summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-11-23 11:03:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-11-23 11:03:10 (GMT)
commitffd3068f3bee0101492736e4b5588e9c999df9bb (patch)
tree03d979e5ae6929db8d7ef40aa7e47bf687f80443 /src/commentscan.l
parent58058025a8357dcba0da4be0f6c3ddfec8c37839 (diff)
downloadDoxygen-ffd3068f3bee0101492736e4b5588e9c999df9bb.zip
Doxygen-ffd3068f3bee0101492736e4b5588e9c999df9bb.tar.gz
Doxygen-ffd3068f3bee0101492736e4b5588e9c999df9bb.tar.bz2
Added missing space after @parblock
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l2
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;
}