summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index 2f59f2a..cf2c21a 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -75,7 +75,7 @@ void PageDef::writeDocumentation(OutputList &ol)
else
pageName=name().lower();
- startFile(ol,pageName,pageName,title(),HLI_None,TRUE);
+ startFile(ol,pageName,pageName,title(),HLI_Pages,TRUE);
ol.pushGeneratorState();
//1.{
@@ -200,7 +200,9 @@ void PageDef::writePageDocumentation(OutputList &ol)
ol.startSection(subPage->name(),title,sectionType);
ol.parseText(title);
ol.endSection(subPage->name(),sectionType);
+ Doxygen::subpageNestingLevel++;
subPage->writePageDocumentation(ol);
+ Doxygen::subpageNestingLevel--;
}
ol.popGeneratorState();