Commit 8cfac90d authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed Tidy's 'empty span' warning in HTML output

parent 45934e88
...@@ -3251,8 +3251,8 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\" ...@@ -3251,8 +3251,8 @@ RAWEND ")"[^ \t\(\)\\]{0,16}\"
} }
} }
<SkipCPP>\n/.*\n { <SkipCPP>\n/.*\n {
codifyLines(yytext);
endFontClass(); endFontClass();
codifyLines(yytext);
BEGIN( g_lastSkipCppContext ) ; BEGIN( g_lastSkipCppContext ) ;
} }
<*>\n{B}*"//@"[{}].*\n { // remove one-line group marker <*>\n{B}*"//@"[{}].*\n { // remove one-line group marker
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment