summaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-08-04 10:06:25 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-04 10:06:25 (GMT)
commit397c31a2d64173c0dc50567896fee378bea2fca0 (patch)
tree97223fded40781fcc36cc8fbf4b51b3fe1fc896d /addon
parent66d184ce7e93d0c2b27fbb034180bebdbf1c26a1 (diff)
downloadDoxygen-397c31a2d64173c0dc50567896fee378bea2fca0.zip
Doxygen-397c31a2d64173c0dc50567896fee378bea2fca0.tar.gz
Doxygen-397c31a2d64173c0dc50567896fee378bea2fca0.tar.bz2
Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEW
Diffstat (limited to 'addon')
-rw-r--r--addon/doxywizard/configdoc.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/addon/doxywizard/configdoc.cpp b/addon/doxywizard/configdoc.cpp
index 1ced316..8f4c9e4 100644
--- a/addon/doxywizard/configdoc.cpp
+++ b/addon/doxywizard/configdoc.cpp
@@ -1297,9 +1297,9 @@ void addConfigDocs(DocIntf *doc)
"be necessary to disable the index and replace it with your own. The\n"
"DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top\n"
"of each HTML page. A value of NO enables the index and the value YES disables\n"
- "it. Since the tabs have the same information as the navigation tree you can\n"
- "set this option to NO if you already set GENERATE_TREEVIEW to YES.Default\n"
- "value: NO.\n"
+ "it. Since the tabs in the index contain the same information as the navigation\n"
+ "tree, you can set this option to YES if you also set GENERATE_TREEVIEW to\n"
+ "YES.Default value: NO.\n"
"\n"
"This tag requires that the tag GENERATE_HTML is set to YES."
);
@@ -1315,8 +1315,8 @@ void addConfigDocs(DocIntf *doc)
"further fine-tune the look of the index. As an example, the default style\n"
"sheet generated by doxygen has an example that shows how to put an image at\n"
"the root of the tree instead of the PROJECT_NAME. Since the tree basically has\n"
- "the same information as the tab index you could consider to set DISABLE_INDEX\n"
- "to NO when enabling this option.Default value: NO.\n"
+ "the same information as the tab index, you could consider setting\n"
+ "DISABLE_INDEX to YES when enabling this option.Default value: NO.\n"
"\n"
"This tag requires that the tag GENERATE_HTML is set to YES."
);