fixed bug in handling of ref tag in Java, added handling in Python
This commit is contained in:
parent
4e2c1e3ac3
commit
4663fce63c
8 changed files with 71 additions and 26 deletions
|
|
@ -131,8 +131,7 @@ protected:
|
|||
*/
|
||||
void handleTagParam(DoxygenEntity &tag, std::string &translatedComment, std::string &arg);
|
||||
/*
|
||||
* Writes text of \ref tag in italic. Does not produce link, because javadoc
|
||||
* does not support page and section tags.
|
||||
* Writes link for \ref tag.
|
||||
*/
|
||||
void handleTagRef(DoxygenEntity& tag, std::string& translatedComment,
|
||||
std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue