summaryrefslogtreecommitdiffstats
path: root/src/filedef.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-11-12 21:12:36 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2003-11-12 21:12:36 (GMT)
commit8a5c51f2c968dee1283dce092e1ccc0d3df91f0e (patch)
treec055ae5f212c403dc425fc687a6e0c50ce812b0b /src/filedef.cpp
parenta2a1e97fd2b0e3045482aa46978ac2d0ae1c6e11 (diff)
downloadDoxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.zip
Doxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.tar.gz
Doxygen-8a5c51f2c968dee1283dce092e1ccc0d3df91f0e.tar.bz2
Release-1.3.4-20031112
Diffstat (limited to 'src/filedef.cpp')
-rw-r--r--src/filedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp
index 9f86c2a..161d1fc 100644
--- a/src/filedef.cpp
+++ b/src/filedef.cpp
@@ -223,7 +223,7 @@ void FileDef::writeDocumentation(OutputList &ol)
if (Config_getBool("SEARCHENGINE"))
{
- Doxygen::searchIndex->setCurrentDoc(pageTitle,getOutputFileBase()+Config_getString("HTML_FILE_EXTENSION"));
+ Doxygen::searchIndex->setCurrentDoc(pageTitle,getOutputFileBase());
Doxygen::searchIndex->addWord(localName().lower());
}