Fix Java doxygen:notranslate for single line comments
Remove extra generated line
This commit is contained in:
parent
57f7070406
commit
d22ecafb36
4 changed files with 17 additions and 4 deletions
|
|
@ -61,8 +61,7 @@ public class doxygen_basic_notranslate_runme {
|
|||
" \n" +
|
||||
"");
|
||||
wantedComments.put("doxygen_basic_notranslate.doxygen_basic_notranslate.function5(int)",
|
||||
" This is a post comment. \n" +
|
||||
"");
|
||||
" This is a post comment. ");
|
||||
wantedComments.put("doxygen_basic_notranslate.doxygen_basic_notranslate.function7(doxygen_basic_notranslate.SWIGTYPE_p_p_p_Shape)",
|
||||
" \n" +
|
||||
" Test for a parameter with difficult type\n" +
|
||||
|
|
@ -88,6 +87,8 @@ public class doxygen_basic_notranslate_runme {
|
|||
" @param a Some parameter, default is 42\n" +
|
||||
" \n" +
|
||||
"");
|
||||
wantedComments.put("doxygen_basic_notranslate.doxygen_basic_notranslate.function1()",
|
||||
" Single line comment ");
|
||||
wantedComments.put("doxygen_basic_notranslate.doxygen_basic_notranslate.function2()",
|
||||
" \n" +
|
||||
" A test of a very very very very very very very very very very very very very very very very\n" +
|
||||
|
|
@ -98,4 +99,4 @@ public class doxygen_basic_notranslate_runme {
|
|||
// and ask the parser to check comments for us
|
||||
System.exit(parser.check(wantedComments));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue