Fix integration of doxygen with autodoc feature, fixed autodoc test and some code refactored
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13183 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b0f8e594c9
commit
72b23954fb
3 changed files with 32 additions and 43 deletions
|
|
@ -193,7 +193,7 @@ bool PyDocConverter::getDocumentation(Node *n, String *&documentation) {
|
|||
|
||||
// if we got something log the result and construct DOH string to return
|
||||
if (pyDocString.length()) {
|
||||
result = "\"\"\"\n" + pyDocString + "\"\"\"\n";
|
||||
result = pyDocString;
|
||||
|
||||
if (debug) {
|
||||
std::cout << "\n---RESULT IN PYDOC---" << std::endl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue