added the missing doxy command 'example'

This commit is contained in:
Marko Klopcic 2013-01-17 23:17:06 +01:00
commit f25d03612b
2 changed files with 7 additions and 1 deletions

View file

@ -52,7 +52,10 @@ public class doxygen_translate_runme {
" \n" +
" <i>italicword </i>\n" +
" \n" +
" @exception SuperError \n" +
" @ example someFile.txt\n" +
" Some details on using the example\n" +
" \n" +
" @exception SuperError \n" +
" \n" +
" If: ANOTHERCONDITION {\n" +
" First part of comment \n" +