summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index 66576d9..c6b299c 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -155,6 +155,8 @@ void PageDef::writeDocumentation(OutputList &ol)
Doxygen::tagFile << " </compound>" << endl;
}
}
+
+ Doxygen::indexList.addIndexItem(this,0,0,title());
}
void PageDef::writePageDocumentation(OutputList &ol)