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

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

parent 0e080f48
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -1842,10 +1842,16 @@ RCSTAG "$"{ID}":"[^\n$]+"$"
					  }
					  else
					  {
					    delete guards.pop();
					    GuardedSection *s = guards.pop();
                                            bool parentVisible = s->parentVisible();
                                            delete s;
                                            if (parentVisible)
                                            {
					      enabledSectionFound=TRUE;
					      BEGIN( GuardParamEnd );
                                            }
					  }
  					}
<SkipGuardedSection>{CMD}"else"/{NW}	{
  					  if (guards.isEmpty())
					  {