Forgot to escape special HTML-chars in JavaDocConverter
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-doxygen@13425 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4951d4a900
commit
5fe88acdfb
3 changed files with 8 additions and 8 deletions
|
|
@ -111,10 +111,10 @@ public class doxygen_translate_all_tags_runme {
|
|||
" Warning: This is senseless! \n" +
|
||||
" This will only appear in XML \n" +
|
||||
" Here goes test of symbols: \n" +
|
||||
" $ @ \\ & ~ < > # % \" . :: \n" +
|
||||
" $ @ \\ & ~ < > # % " . :: \n" +
|
||||
" And here goes simple text \n" +
|
||||
"");
|
||||
// and ask the parser to check comments for us
|
||||
System.exit(parser.check(wantedComments));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ public class doxygen_translate_runme {
|
|||
" Warning: This is senseless! \n" +
|
||||
" \n" +
|
||||
" Here goes test of symbols: \n" +
|
||||
" $ @ \\ & ~ < > # % \" . :: \n" +
|
||||
" $ @ \\ & ~ < > # % " . :: \n" +
|
||||
" \n" +
|
||||
" And here goes simple text \n" +
|
||||
" \n" +
|
||||
|
|
@ -146,4 +146,4 @@ public class doxygen_translate_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