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:
Dmitry Kabak 2012-06-18 18:33:30 +00:00
commit 72b23954fb
3 changed files with 32 additions and 43 deletions

View file

@ -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;