From ea7a639c40a88c0de4baad4c0ffd5ae4b4065969 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Thu, 18 Jul 2013 21:10:17 +0200 Subject: Fixed whitespace issue when using \overload without arguments --- src/commentscan.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commentscan.l b/src/commentscan.l index 125f5f0..386a1d5 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -2015,10 +2015,10 @@ RCSTAG "$"{ID}":"[^\n$]+"$" {DOCNL} { // end of argument if (*yytext=='\n') yyLineNr++; - addOutput('\n'); if (functionProto.stripWhiteSpace().isEmpty()) { // plain overload command addOutput(getOverloadDocs()); + addOutput('\n'); } else // overload declaration { -- cgit v0.12