diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-05-02 09:31:17 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2021-05-02 09:31:17 (GMT) |
commit | b23a076308ef6191ba180f325cb2b8603fec9c8c (patch) | |
tree | 1de77f05972c7f6a84bffc015413f6e5852a6c43 | |
parent | c2e278d30d613de23f6ecb86be3a562d20e82fb1 (diff) | |
parent | 7a26be70f5c2a4e1454807e13267bacef380883d (diff) | |
download | Doxygen-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.l | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |