commands \f? (LateX formulas) are no longer ignored - formulas are copied literally to Java comments

This commit is contained in:
Marko Klopcic 2013-01-28 20:07:36 +01:00
commit 2df4449e3b
5 changed files with 33 additions and 44 deletions

View file

@ -55,6 +55,12 @@ protected:
*/
typedef void (JavaDocConverter::*tagHandler)(DoxygenEntity &tag,
std::string &translatedComment, std::string &arg);
/**
* Copies verbatim args of the tag to output, used for commands like \f$, ...
*/
void handleTagVerbatim(DoxygenEntity& tag, std::string& translatedComment, std::string &arg);
/*
* Wrap the command data with the html tag
* arg - html tag, with no braces