Commit cc78b12b authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 722603 - doxygen nested \if \endif sample not working

parent 0e080f48
......@@ -1842,8 +1842,14 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
}
else
{
delete guards.pop();
BEGIN( GuardParamEnd );
GuardedSection *s = guards.pop();
bool parentVisible = s->parentVisible();
delete s;
if (parentVisible)
{
enabledSectionFound=TRUE;
BEGIN( GuardParamEnd );
}
}
}
<SkipGuardedSection>{CMD}"else"/{NW} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment