Small fix to correctly generate overloaded method comments in python
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13400 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a7ae017d55
commit
0b7d1ffc45
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ String *PyDocConverter::makeDocumentation(Node *n) {
|
|||
while (n) {
|
||||
documentation = getDoxygenComment(n);
|
||||
if (!Swig_is_generated_overload(n) && documentation) {
|
||||
currentNode = n;
|
||||
std::list < DoxygenEntity > entityList = parser.createTree(Char(documentation), Char(Getfile(documentation)), Getline(documentation));
|
||||
DoxygenEntity root("root", entityList);
|
||||
allDocumentation.push_back(translateSubtree(root));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue