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
4 lines
44 B
C++
4 lines
44 B
C++
class Foo {
|
|
public:
|
|
void bar();
|
|
};
|