summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-02 09:31:17 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-05-02 09:31:17 (GMT)
commitb23a076308ef6191ba180f325cb2b8603fec9c8c (patch)
tree1de77f05972c7f6a84bffc015413f6e5852a6c43
parentc2e278d30d613de23f6ecb86be3a562d20e82fb1 (diff)
parent7a26be70f5c2a4e1454807e13267bacef380883d (diff)
downloadDoxygen-b23a076308ef6191ba180f325cb2b8603fec9c8c.zip
Doxygen-b23a076308ef6191ba180f325cb2b8603fec9c8c.tar.gz
Doxygen-b23a076308ef6191ba180f325cb2b8603fec9c8c.tar.bz2
Merge branch 'feature/bug_linecnt_define' of https://github.com/albert-github/doxygen into albert-github-feature/bug_linecnt_define
-rw-r--r--src/pre.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pre.l b/src/pre.l
index 3644879..16d9a95 100644
--- a/src/pre.l
+++ b/src/pre.l
@@ -1373,6 +1373,7 @@ WSopt [ \t\r]*
yyextra->yyLineNr++;
yyextra->defLitText+=yytext;
yyextra->defText+=' ';
+ outputChar(yyscanner,'\n');
}
<RemoveCComment>{CCE}{B}*"#" { // see bug 594021 for a usecase for this rule
if (yyextra->lastCContext==SkipCPPBlock)