Various small code fixes. Some unwanted code removed.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13551 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
51e184f134
commit
cecc793782
7 changed files with 36 additions and 177 deletions
|
|
@ -32,7 +32,7 @@ String *DoxygenTranslator::getDoxygenComment(Node *node) {
|
|||
String *DoxygenTranslator::getDocumentation(Node *node) {
|
||||
|
||||
if (!hasDocumentation(node))
|
||||
return 0;
|
||||
return NewString("");
|
||||
|
||||
return makeDocumentation(node);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue