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
|
|
@ -59,9 +59,9 @@ public class doxygen_translate_all_tags_runme {
|
|||
|
||||
wantedComments.put("doxygen_translate_all_tags.doxygen_translate_all_tags.func04(int)",
|
||||
" @exception SuperError \n" +
|
||||
" \sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" \sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" \sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" \\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" \\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" \\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \n" +
|
||||
" This will only appear in hmtl \n");
|
||||
|
||||
wantedComments.put("doxygen_translate_all_tags.doxygen_translate_all_tags.func05(int)",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue