summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-07-14 13:27:38 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-07-14 13:27:38 (GMT)
commit4407b4cf59fbfcba2cd5d89114b19a693501c976 (patch)
tree5907bd4e3598143ec4c46f0afa7587cb6ba49ee9 /src/commentscan.l
parent90512d081e8fdce732f07b2e2e9f125870677128 (diff)
downloadDoxygen-4407b4cf59fbfcba2cd5d89114b19a693501c976.zip
Doxygen-4407b4cf59fbfcba2cd5d89114b19a693501c976.tar.gz
Doxygen-4407b4cf59fbfcba2cd5d89114b19a693501c976.tar.bz2
Fixed issue handling \elseif after \ifnot
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 9a51e6b..1617313 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -1860,6 +1860,7 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
{
if (!enabledSectionFound && guards.top()->parentVisible())
{
+ guardType=Guard_If;
delete guards.pop();
BEGIN( GuardParam );
}