summaryrefslogtreecommitdiffstats
path: root/src/pagedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pagedef.cpp')
-rw-r--r--src/pagedef.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pagedef.cpp b/src/pagedef.cpp
index 9091581..1f451cc 100644
--- a/src/pagedef.cpp
+++ b/src/pagedef.cpp
@@ -120,9 +120,9 @@ void PageDef::writeDocumentation(OutputList &ol)
{
ol.startSection(si->label,si->title,si->type);
ol.parseDoc(docFile(),docLine(),this,0,si->title,TRUE,FALSE,0,TRUE,FALSE);
- stringToSearchIndex(getOutputFileBase(),
- theTranslator->trPage(TRUE,TRUE)+" "+si->title,
- si->title);
+ //stringToSearchIndex(getOutputFileBase(),
+ // theTranslator->trPage(TRUE,TRUE)+" "+si->title,
+ // si->title);
ol.endSection(si->label,si->type);
}
ol.popGeneratorState();