Commit ea7a639c authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed whitespace issue when using \overload without arguments

parent c92f2ce3
...@@ -2015,10 +2015,10 @@ RCSTAG "$"{ID}":"[^\n$]+"$" ...@@ -2015,10 +2015,10 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
<OverloadParam>{DOCNL} { // end of argument <OverloadParam>{DOCNL} { // end of argument
if (*yytext=='\n') yyLineNr++; if (*yytext=='\n') yyLineNr++;
addOutput('\n');
if (functionProto.stripWhiteSpace().isEmpty()) if (functionProto.stripWhiteSpace().isEmpty())
{ // plain overload command { // plain overload command
addOutput(getOverloadDocs()); addOutput(getOverloadDocs());
addOutput('\n');
} }
else // overload declaration else // overload declaration
{ {
......
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