summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-16 07:47:54 (GMT)
committerGitHub <noreply@github.com>2018-07-16 07:47:54 (GMT)
commite037ab502cc2a5107f0df7bab15fd5214f29d6f9 (patch)
tree9dc8f9be8376ec9e50ceb17ccd5a58dd54d16f06 /src/commentscan.l
parente8df803558f974dffc0b3d299d316c67a583251b (diff)
parent4e71a72e6c826bee54f2aba55a329c2032a83c66 (diff)
downloadDoxygen-e037ab502cc2a5107f0df7bab15fd5214f29d6f9.zip
Doxygen-e037ab502cc2a5107f0df7bab15fd5214f29d6f9.tar.gz
Doxygen-e037ab502cc2a5107f0df7bab15fd5214f29d6f9.tar.bz2
Merge pull request #732 from albert-github/feature/bug_760661
Bug 760661 - \internal stops all parsing if used inside a section
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 5ae20dc..841c37e 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