all doxygen tests pass

This commit is contained in:
Marko Klopcic 2013-02-15 23:05:14 +01:00
commit fa8fc4baf3
5 changed files with 47 additions and 46 deletions

View file

@ -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()",