[Python] Fix lack of generation of docstrings when -O is used.
Also, fix generation of docstrings containing a double quote character. Patch from Richard Boulton in bug#1700146. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9684 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
2d962ac1f2
commit
898e5f7f3d
8 changed files with 66 additions and 2 deletions
4
Examples/python/docstrings/example.cxx
Normal file
4
Examples/python/docstrings/example.cxx
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#include "example.h"
|
||||
|
||||
void Foo::bar() {}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue