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

Fixed whitespace issue when using \overload without arguments

parent c92f2ce3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2015,10 +2015,10 @@ RCSTAG "$"{ID}":"[^\n$]+"$"

<OverloadParam>{DOCNL}			{ // end of argument
  					  if (*yytext=='\n') yyLineNr++;
					  addOutput('\n');
					  if (functionProto.stripWhiteSpace().isEmpty())
					  { // plain overload command
					    addOutput(getOverloadDocs());
					    addOutput('\n');
					  }
					  else // overload declaration
					  {