Docstring updates and tweaks for epydoc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -130,6 +130,7 @@ public:
|
||||
|
||||
~wxSize();
|
||||
|
||||
// None/NULL is now handled properly by the typemap, so these are not needed.
|
||||
// %extend {
|
||||
// bool __eq__(const wxSize* other) { return other ? (*self == *other) : False; }
|
||||
// bool __ne__(const wxSize* other) { return other ? (*self != *other) : True; }
|
||||
|
Reference in New Issue
Block a user