]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/stc.h.in
Add docstrings for wxSTC methods
[wxWidgets.git] / src / stc / stc.h.in
index c7d2bff6327e411856e7c9bf919d095054bdc905..323e0f3c3f2293bf78a66c17a1a165d3085fb38b 100644 (file)
@@ -258,9 +258,8 @@ public:
     // Append a string to the end of the document without changing the selection.
     void AppendTextRaw(const char* text);
 
     // Append a string to the end of the document without changing the selection.
     void AppendTextRaw(const char* text);
 
-
 #ifdef SWIG
 #ifdef SWIG
-    %pythoncode "_stc_utf8_methods.py"
+    %%pythoncode "_stc_utf8_methods.py"
 #endif
 //----------------------------------------------------------------------
 
 #endif
 //----------------------------------------------------------------------