summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-24 14:55:09 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-12-24 14:55:09 (GMT)
commitb2fc52578f7538c6c169985de05dc30e0f660f97 (patch)
tree9e31ee021fb1f11839bb8ecdc795639179914a14 /src
parentae4e0e0e55bbadc6621ba25a095eb90458ae818e (diff)
parentec5c07362270f6c088b831c2560f69b122c1ab5e (diff)
downloadDoxygen-b2fc52578f7538c6c169985de05dc30e0f660f97.zip
Doxygen-b2fc52578f7538c6c169985de05dc30e0f660f97.tar.gz
Doxygen-b2fc52578f7538c6c169985de05dc30e0f660f97.tar.bz2
Merge branch 'feature/bug_param_ilinebr' of https://github.com/albert-github/doxygen into albert-github-feature/bug_param_ilinebr
Diffstat (limited to 'src')
-rw-r--r--src/doctokenizer.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 2f768e6..92b2dc6 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -810,7 +810,7 @@ RCSID "$"("Author"|"Date"|"Header"|"Id"|"Locker"|"Log"|"Name"|"RCSfile"|"Revisio
}
lineCount(yytext,yyleng);
}
-<St_Para>({BLANK}*\n)+{BLANK}*\n{BLANK}* {
+<St_Para>({BLANK}*(\n|"\\ilinebr"))+{BLANK}*(\n|"\\ilinebr"){BLANK}* {
lineCount(yytext,yyleng);
if (g_insidePre)
{