summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index cdd0377..400180e 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1802,6 +1802,7 @@ static void generateXMLForPage(PageDef *pd,QTextStream &ti,bool isExample)
{
t << " <title>" << convertToXML(si->title) << "</title>" << endl;
}
+ writeInnerPages(pd->getSubPages(),t);
t << " <detaileddescription>" << endl;
if (isExample)
{