Parsing of comments to tokens rewritten so that html entities and html tags are now treated as commands. Whitespaces are also preserved more acurately, so some doxygen tests fail at the moment
This commit is contained in:
parent
dd775a6ca9
commit
a9ef35bc66
6 changed files with 640 additions and 166 deletions
|
|
@ -35,7 +35,7 @@ protected:
|
|||
*/
|
||||
std::string translateSubtree(DoxygenEntity & doxygenEntity);
|
||||
/*
|
||||
* Translate one entity with the appropriate handler, acording
|
||||
* Translate one entity with the appropriate handler, according
|
||||
* to the tagHandlers
|
||||
*/
|
||||
void translateEntity(DoxygenEntity &tag, std::string &translatedComment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue