summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-18 11:49:40 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-18 11:49:40 (GMT)
commit4e71a72e6c826bee54f2aba55a329c2032a83c66 (patch)
treea569fdc9ced530249115eb68a2f8551d1e76edb7 /src/commentscan.l
parentdf0d9c3df44dbce633c38e99d33be4de06706f7b (diff)
downloadDoxygen-4e71a72e6c826bee54f2aba55a329c2032a83c66.zip
Doxygen-4e71a72e6c826bee54f2aba55a329c2032a83c66.tar.gz
Doxygen-4e71a72e6c826bee54f2aba55a329c2032a83c66.tar.bz2
Bug 760661 - \internal stops all parsing if used inside a section
In case of state SkipInternal the \endinternal should not be written as the \internal isn't written either.
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index de31b2e..4cffd42 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2038,7 +2038,6 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
}
}
<SkipInternal>[@\\]"endinternal"[ \t]* {
- addOutput("\\endinternal ");
BEGIN(Comment);
}
<SkipInternal>[^ \\@\n]+ { // skip non-special characters