all doxygen tests pass
This commit is contained in:
parent
9b52972c24
commit
fa8fc4baf3
5 changed files with 47 additions and 46 deletions
|
|
@ -28,12 +28,12 @@ public class doxygen_basic_translate_runme {
|
|||
|
||||
wantedComments.put("doxygen_basic_translate.doxygen_basic_translate.function()",
|
||||
" \n" +
|
||||
" Brief description. \n" +
|
||||
" Brief description.\n" +
|
||||
" \n" +
|
||||
" The comment text \n" +
|
||||
" @author Some author \n" +
|
||||
" @return Some number \n" +
|
||||
" @see function2 \n" +
|
||||
" The comment text.\n" +
|
||||
" @author Some author\n" +
|
||||
" @return Some number\n" +
|
||||
" @see function2\n" +
|
||||
" \n" +
|
||||
"");
|
||||
wantedComments.put("doxygen_basic_translate.doxygen_basic_translate.function2()",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue