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

Added missing space after @parblock

parent 58058025
...@@ -2403,7 +2403,7 @@ static bool handleParBlock(const QCString &) ...@@ -2403,7 +2403,7 @@ static bool handleParBlock(const QCString &)
warn(yyFileName,yyLineNr, warn(yyFileName,yyLineNr,
"found \\parblock command while already in a parblock!"); "found \\parblock command while already in a parblock!");
} }
addOutput("@parblock"); addOutput("@parblock ");
g_insideParBlock = TRUE; g_insideParBlock = TRUE;
return FALSE; return FALSE;
} }
......
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