diff options
Diffstat (limited to 'src/commentscan.l')
-rw-r--r-- | src/commentscan.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l index 229cc2b..0d08e5c 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -2403,7 +2403,7 @@ static bool handleParBlock(const QCString &) warn(yyFileName,yyLineNr, "found \\parblock command while already in a parblock!"); } - addOutput("@parblock"); + addOutput("@parblock "); g_insideParBlock = TRUE; return FALSE; } |