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 02d6006..e7bcc1a 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -73,6 +73,8 @@ void PageDef::writeDocumentation(OutputList &ol)
QCString pageName;
pageName=escapeCharsInString(name(),FALSE,TRUE);
+ //printf("PageDef::writeDocumentation: %s\n",getOutputFileBase().data());
+
startFile(ol,getOutputFileBase(),pageName,title(),HLI_Pages,TRUE);
ol.pushGeneratorState();