summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2008-05-18 11:56:00 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2008-05-18 11:56:00 (GMT)
commit266542ab877882e802a3e189ca3f3535dd9e048a (patch)
treee85f15dbfa5b5c3a1d2eb4031c403ae367dd15a8 /src/config.l
parentb4f20f70abd663b3d8e5889e1fe582dfe980b7a2 (diff)
downloadDoxygen-266542ab877882e802a3e189ca3f3535dd9e048a.zip
Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.gz
Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.bz2
Release-1.5.6
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 7d30e6f..9d49c92 100644
--- a/src/config.l
+++ b/src/config.l
@@ -2413,6 +2413,13 @@ void Config::create()
FALSE
);
cb->addDependency("GENERATE_HTML");
+ cs = addString(
+ "CHM_INDEX_ENCODING",
+ "If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING\n"
+ "is used to encode HtmlHelp index (hhk), content (hhc) and project file\n"
+ "content.\n"
+ );
+ cs->addDependency("GENERATE_HTML");
cb = addBool(
"BINARY_TOC",
"If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag \n"