summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-17 10:50:56 (GMT)
committerGitHub <noreply@github.com>2020-10-17 10:50:56 (GMT)
commitc72f5e0ae81a547082228c03688659c7c22c3991 (patch)
treed358e83536fd541c384e03ba33189ba3161ee5f4 /src
parent3ef7ff7ff6e93f2c35a0864283fae5be3975c956 (diff)
parenta5ff8649247c2d79c04f068e91987aecbf01c05b (diff)
downloadDoxygen-c72f5e0ae81a547082228c03688659c7c22c3991.zip
Doxygen-c72f5e0ae81a547082228c03688659c7c22c3991.tar.gz
Doxygen-c72f5e0ae81a547082228c03688659c7c22c3991.tar.bz2
Merge pull request #8108 from albert-github/feature/bug_md_cnt_list
Miscounting in respect to lists in markdown
Diffstat (limited to 'src')
-rw-r--r--src/doctokenizer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doctokenizer.l b/src/doctokenizer.l
index 1774788..5b72b77 100644
--- a/src/doctokenizer.l
+++ b/src/doctokenizer.l
@@ -568,7 +568,6 @@ RCSID "$"("Author"|"Date"|"Header"|"Id"|"Locker"|"Log"|"Name"|"RCSfile"|"Revisio
}
}
<St_Para>{BLANK}*(\n|"\\ilinebr"){OLISTITEM} { /* list item on next line */
- lineCount(yytext,yyleng);
if (!g_markdownSupport || g_insidePre)
{
REJECT;