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:
Marko Klopcic 2013-01-10 08:45:00 +01:00
commit a9ef35bc66
6 changed files with 640 additions and 166 deletions

View file

@ -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);