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:
Vadim Zeitlin 2014-08-26 17:45:59 +02:00
commit dc3102a535
4 changed files with 16 additions and 15 deletions

View file

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