summaryrefslogtreecommitdiffstats
path: root/src/groupdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2009-06-22 20:14:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2009-06-22 20:14:03 (GMT)
commitb70a5b4f9325ec703db37394feeaa9ebc11228b4 (patch)
tree2f918f7da3205101b2a8a300ee9afefe247b3f24 /src/groupdef.cpp
parent8375a55083e5232e65493e73cb594c9c5e9552ab (diff)
downloadDoxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.zip
Doxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.tar.gz
Doxygen-b70a5b4f9325ec703db37394feeaa9ebc11228b4.tar.bz2
Release-1.5.9-20090622
Diffstat (limited to 'src/groupdef.cpp')
-rw-r--r--src/groupdef.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/groupdef.cpp b/src/groupdef.cpp
index 23d897f..166acd8 100644
--- a/src/groupdef.cpp
+++ b/src/groupdef.cpp
@@ -812,6 +812,7 @@ void GroupDef::writeDocumentation(OutputList &ol)
addGroupListToTitle(ol,this);
endTitle(ol,getOutputFileBase(),title);
+#if 0
if (Config_getBool("SEARCHENGINE"))
{
Doxygen::searchIndex->setCurrentDoc(title,getOutputFileBase());
@@ -823,6 +824,7 @@ void GroupDef::writeDocumentation(OutputList &ol)
p=i+l;
}
}
+#endif
if (!Config_getString("GENERATE_TAGFILE").isEmpty())
{