added handling for tag ref in Java
This commit is contained in:
parent
00ff8886c6
commit
4e2c1e3ac3
5 changed files with 71 additions and 9 deletions
|
|
@ -111,11 +111,15 @@ public class doxygen_translate_all_tags_runme {
|
|||
" @param a the first param\n");
|
||||
|
||||
wantedComments.put("doxygen_translate_all_tags.doxygen_translate_all_tags.func08(int)",
|
||||
" Remarks: Some remark text \n" +
|
||||
" Remarks: Another remarks section \n" +
|
||||
" @return Whatever \n" +
|
||||
" @return it \n" +
|
||||
" @return may return \n");
|
||||
"<a id=\"#someAnchor\"></a>\n" +
|
||||
"Text after anchor.\n" +
|
||||
"<i>Anchor description</i>\n" +
|
||||
"<i>someAnchor</i>\n" +
|
||||
" Remarks: Some remark text \n" +
|
||||
" Remarks: Another remarks section \n" +
|
||||
" @return Whatever \n" +
|
||||
" @return it \n" +
|
||||
" @return may return \n");
|
||||
|
||||
wantedComments.put("doxygen_translate_all_tags.doxygen_translate_all_tags.func09(int)",
|
||||
" This will only appear in RTF \n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue