fixed handling of < and > when they are not used for html tag

This commit is contained in:
Marko Klopcic 2013-01-21 22:22:02 +01:00
commit f6fc808534
5 changed files with 41 additions and 17 deletions

View file

@ -226,6 +226,10 @@ public class doxygen_translate_runme {
" \n" +
" <var> Starts a piece of text displayed in an italic font. \n" +
" </var> \n" +
"\n" +
"<u>underlined \\b bold text - doxy commands are ignored inside 'htmlonly' section </u>\n" +
"\n" +
"&lt;u&gt;underlined text&lt;u&gt;\n" +
"");
wantedComments.put("doxygen_translate.doxygen_translate.htmlEntitiesFunction(int, float)",
@ -250,6 +254,8 @@ public class doxygen_translate_runme {
"&ge; \n" +
"&larr; \n" +
"&rarr; \n" +
"Not an html entity - ignored by Doxygen. \n" +
"Not an &amp;text html entity - ampersand is replaced with entity.\n" +
"");
// and ask the parser to check comments for us