summaryrefslogtreecommitdiffstats
path: root/src/htmlhelp.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-02-11 18:24:41 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-02-11 18:24:41 (GMT)
commitd27070014e0f36246e7eec3899c7d55503b1a05a (patch)
treef98b164f024c28a0d6378b68142ed268239dba97 /src/htmlhelp.cpp
parentf376c26e3dbe33a773a2f424df4b9c62c8c880ef (diff)
downloadDoxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.zip
Doxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.tar.gz
Doxygen-d27070014e0f36246e7eec3899c7d55503b1a05a.tar.bz2
Release-1.2.5-20010211
Diffstat (limited to 'src/htmlhelp.cpp')
-rw-r--r--src/htmlhelp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htmlhelp.cpp b/src/htmlhelp.cpp
index 5d16f59..e3c2608 100644
--- a/src/htmlhelp.cpp
+++ b/src/htmlhelp.cpp
@@ -306,9 +306,9 @@ void HtmlHelp::createProjectFile()
"Default Window=main\n"
"Default topic=" << indexName << "\n"
"Index file=index.hhk\n"
- "Binary TOC=YES\n"
- "Create CHI file=YES\n"
- "Title=" << Config::projectName << endl << endl;
+ "Binary TOC=YES\n";
+ if (Config::htmlHelpChiFlag) t << "Create CHI file=YES\n";
+ t << "Title=" << Config::projectName << endl << endl;
t << "[WINDOWS]" << endl;
t << "main=\"" << Config::projectName << "\",\"index.hhc\","