commands \f? (LateX formulas) are no longer ignored - formulas are copied literally to Java comments
This commit is contained in:
parent
9a1bb671c1
commit
2df4449e3b
5 changed files with 33 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue