summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-07-07 17:23:26 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-07-07 17:23:26 (GMT)
commit457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e (patch)
treef08f27e02ce20e8ca59117d6d02be98fbe3c8c24 /src/config.l
parent977ad9d3ec7dff388b8be849ae4a596ae5cd3ad4 (diff)
downloadDoxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.zip
Doxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.tar.gz
Doxygen-457ca5c291eddeb1a4cd667e20cd8d7dfc1d7f2e.tar.bz2
Release-1.2.16-20020707
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 3c647cc..8c3c50b 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1857,6 +1857,22 @@ void Config::create()
FALSE
);
cb->addDependency("GENERATE_HTML");
+ cs = addString(
+ "CHM_FILE",
+ "If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can \n"
+ "be used to specify the file name of the resulting .chm file. You \n"
+ "can add a path in front of the file if the result should not be \n"
+ "written to the html output dir. \n"
+ );
+ cs->addDependency("GENERATE_HTML");
+ cs = addString(
+ "HHC_LOCATION",
+ "If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can \n"
+ "be used to specify the location (absolute path including file name) of \n"
+ "the HTML help compiler (hhc.exe). If non empty doxygen will try to run \n"
+ "the html help compiler on the generated index.hhp.\n"
+ );
+ cs->addDependency("GENERATE_HTML");
cb = addBool(
"GENERATE_CHI",
"If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag \n"