summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/configdoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/configdoc.cpp')
-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."
);