Pass the node the Doxygen comment is attached to to DoxygenParser.
This will be needed to take into account various Doxygen-specific features that can be attached to this node.
This commit is contained in:
parent
a7b67a2cac
commit
dc3102a535
4 changed files with 16 additions and 15 deletions
|
|
@ -928,8 +928,7 @@ String *JavaDocConverter::makeDocumentation(Node *node)
|
|||
return comment;
|
||||
}
|
||||
|
||||
DoxygenEntityList entityList = parser.createTree(Char (documentation),
|
||||
Char (Getfile(documentation)), Getline(documentation));
|
||||
DoxygenEntityList entityList = parser.createTree(node, documentation);
|
||||
|
||||
// entityList.sort(CompareDoxygenEntities()); sorting currently not used,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue