Add __docfilter__ to modules so epydoc doesn't generate docs for all
the SWIG crud in the modules it doesn't need to. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
%import core.i
|
||||
%pythoncode { wx = core }
|
||||
%pythoncode { __docfilter__ = wx.__docfilter__ }
|
||||
|
||||
%include _misc_rename.i
|
||||
|
||||
|
Reference in New Issue
Block a user