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:
Robin Dunn
2004-04-22 23:25:20 +00:00
parent a400c2ec04
commit 5b29df3fee
15 changed files with 32 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
%import core.i
%pythoncode { wx = core }
%pythoncode { __docfilter__ = wx.__docfilter__ }
MAKE_CONST_WXSTRING2(GLCanvasNameStr, wxT("GLCanvas"));