Add docstrings for wxSTC methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-04-16 21:41:28 +00:00
parent 08168cc43d
commit f2ccce28ad
8 changed files with 1482 additions and 12 deletions

View File

@@ -540,6 +540,8 @@ if BUILD_STC:
swig_args + ['-I'+STC_H, '-I'+location],
[opj(STC_H, 'stc.h'),
opj(location, "_stc_utf8_methods.py"),
opj(location, "_stc_docstrings.i"),
opj(location, "_stc_gendocs.i"),
] + swig_deps)
ext = Extension('_stc',