Commit 397c31a2 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 691830 - Logical confusion with DISABLE_INDEX and GENERATE_TREEVIEW

parent 66d184ce
...@@ -1297,9 +1297,9 @@ void addConfigDocs(DocIntf *doc) ...@@ -1297,9 +1297,9 @@ void addConfigDocs(DocIntf *doc)
"be necessary to disable the index and replace it with your own. The\n" "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" "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" "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" "it. Since the tabs in the index contain the same information as the navigation\n"
"set this option to NO if you already set GENERATE_TREEVIEW to YES.Default\n" "tree, you can set this option to YES if you also set GENERATE_TREEVIEW to\n"
"value: NO.\n" "YES.Default value: NO.\n"
"\n" "\n"
"This tag requires that the tag GENERATE_HTML is set to YES." "This tag requires that the tag GENERATE_HTML is set to YES."
); );
...@@ -1315,8 +1315,8 @@ void addConfigDocs(DocIntf *doc) ...@@ -1315,8 +1315,8 @@ void addConfigDocs(DocIntf *doc)
"further fine-tune the look of the index. As an example, the default style\n" "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" "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 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" "the same information as the tab index, you could consider setting\n"
"to NO when enabling this option.Default value: NO.\n" "DISABLE_INDEX to YES when enabling this option.Default value: NO.\n"
"\n" "\n"
"This tag requires that the tag GENERATE_HTML is set to YES." "This tag requires that the tag GENERATE_HTML is set to YES."
); );
......
...@@ -598,7 +598,7 @@ The default value is: <code>NO</code>. ...@@ -598,7 +598,7 @@ The default value is: <code>NO</code>.
The \c TAB_SIZE tag can be used to set the number of spaces in a tab. The \c TAB_SIZE tag can be used to set the number of spaces in a tab.
Doxygen uses this value to replace tabs by spaces in code fragments. Doxygen uses this value to replace tabs by spaces in code fragments.
Minumum value: <code>1</code>, maximum value: <code>16</code>, default value: <code>4</code>. Minimum value: <code>1</code>, maximum value: <code>16</code>, default value: <code>4</code>.
\anchor cfg_aliases \anchor cfg_aliases
<dt>\c ALIASES <dd> <dt>\c ALIASES <dd>
...@@ -815,7 +815,7 @@ The default value is: <code>NO</code>. ...@@ -815,7 +815,7 @@ The default value is: <code>NO</code>.
At the end of a run doxygen will report the cache usage and suggest the At the end of a run doxygen will report the cache usage and suggest the
optimal cache size from a speed point of view. optimal cache size from a speed point of view.
Minumum value: <code>0</code>, maximum value: <code>9</code>, default value: <code>0</code>. Minimum value: <code>0</code>, maximum value: <code>9</code>, default value: <code>0</code>.
</dl> </dl>
\section config_build Build related configuration options \section config_build Build related configuration options
...@@ -1114,7 +1114,7 @@ The default value is: <code>YES</code>. ...@@ -1114,7 +1114,7 @@ The default value is: <code>YES</code>.
individual variables and macros / defines can be controlled using \ref cmdshowinitializer "\\showinitializer" individual variables and macros / defines can be controlled using \ref cmdshowinitializer "\\showinitializer"
or \ref cmdhideinitializer "\\hideinitializer" command in the documentation regardless of this setting. or \ref cmdhideinitializer "\\hideinitializer" command in the documentation regardless of this setting.
Minumum value: <code>0</code>, maximum value: <code>10000</code>, default value: <code>30</code>. Minimum value: <code>0</code>, maximum value: <code>10000</code>, default value: <code>30</code>.
\anchor cfg_show_used_files \anchor cfg_show_used_files
<dt>\c SHOW_USED_FILES <dd> <dt>\c SHOW_USED_FILES <dd>
...@@ -1634,7 +1634,7 @@ The default value is: <code>YES</code>. ...@@ -1634,7 +1634,7 @@ The default value is: <code>YES</code>.
The \c COLS_IN_ALPHA_INDEX tag can be The \c COLS_IN_ALPHA_INDEX tag can be
used to specify the number of columns in which the alphabetical index list will be split. used to specify the number of columns in which the alphabetical index list will be split.
Minumum value: <code>1</code>, maximum value: <code>20</code>, default value: <code>5</code>. Minimum value: <code>1</code>, maximum value: <code>20</code>, default value: <code>5</code>.
This tag requires that the tag \ref cfg_alphabetical_index "ALPHABETICAL_INDEX" is set to \c YES. This tag requires that the tag \ref cfg_alphabetical_index "ALPHABETICAL_INDEX" is set to \c YES.
\anchor cfg_ignore_prefix \anchor cfg_ignore_prefix
...@@ -1863,7 +1863,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -1863,7 +1863,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
180 is cyan, 240 is blue, 300 purple, and 360 is red again. 180 is cyan, 240 is blue, 300 purple, and 360 is red again.
The allowed range is 0 to 359. The allowed range is 0 to 359.
Minumum value: <code>0</code>, maximum value: <code>359</code>, default value: <code>220</code>. Minimum value: <code>0</code>, maximum value: <code>359</code>, default value: <code>220</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_html_colorstyle_sat \anchor cfg_html_colorstyle_sat
...@@ -1873,7 +1873,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -1873,7 +1873,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
the colors in the HTML output. For a value of 0 the output will use the colors in the HTML output. For a value of 0 the output will use
grayscales only. A value of 255 will produce the most vivid colors. grayscales only. A value of 255 will produce the most vivid colors.
Minumum value: <code>0</code>, maximum value: <code>255</code>, default value: <code>100</code>. Minimum value: <code>0</code>, maximum value: <code>255</code>, default value: <code>100</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_html_colorstyle_gamma \anchor cfg_html_colorstyle_gamma
...@@ -1886,7 +1886,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -1886,7 +1886,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2,
and 100 does not change the gamma. and 100 does not change the gamma.
Minumum value: <code>40</code>, maximum value: <code>240</code>, default value: <code>80</code>. Minimum value: <code>40</code>, maximum value: <code>240</code>, default value: <code>80</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_html_timestamp \anchor cfg_html_timestamp
...@@ -1922,7 +1922,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -1922,7 +1922,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
default. 0 is a special value representing an infinite number of entries default. 0 is a special value representing an infinite number of entries
and will result in a full expanded tree by default. and will result in a full expanded tree by default.
Minumum value: <code>0</code>, maximum value: <code>9999</code>, default value: <code>100</code>. Minimum value: <code>0</code>, maximum value: <code>9999</code>, default value: <code>100</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_generate_docset \anchor cfg_generate_docset
...@@ -2160,9 +2160,9 @@ This tag requires that the tag \ref cfg_generate_eclipsehelp "GENERATE_ECLIPSEHE ...@@ -2160,9 +2160,9 @@ This tag requires that the tag \ref cfg_generate_eclipsehelp "GENERATE_ECLIPSEHE
might be necessary to disable the index and replace it with your own. might be necessary to disable the index and replace it with your own.
The \c DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at The \c DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at
top of each HTML page. A value of \c NO enables the index and the top of each HTML page. A value of \c NO enables the index and the
value \c YES disables it. Since the tabs have the same information as the value \c YES disables it. Since the tabs in the index contain the same
navigation tree you can set this option to \c NO if you already set information as the navigation tree, you can set this option to \c YES if
\ref cfg_generate_treeview "GENERATE_TREEVIEW" to \c YES. you also set \ref cfg_generate_treeview "GENERATE_TREEVIEW" to \c YES.
The default value is: <code>NO</code>. The default value is: <code>NO</code>.
...@@ -2184,8 +2184,9 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -2184,8 +2184,9 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
example that shows how to put an image at the root of the tree instead of example that shows how to put an image at the root of the tree instead of
the \ref cfg_project_name "PROJECT_NAME". the \ref cfg_project_name "PROJECT_NAME".
Since the tree basically has the same information as the tab index you Since the tree basically has the same information as the tab index, you could
could consider to set \ref cfg_disable_index "DISABLE_INDEX" to \c NO when enabling this option. consider setting \ref cfg_disable_index "DISABLE_INDEX" to \c YES when
enabling this option.
The default value is: <code>NO</code>. The default value is: <code>NO</code>.
...@@ -2198,7 +2199,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -2198,7 +2199,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
<br>Note that a value of 0 will completely suppress the enum values from <br>Note that a value of 0 will completely suppress the enum values from
appearing in the overview section. appearing in the overview section.
Minumum value: <code>0</code>, maximum value: <code>20</code>, default value: <code>4</code>. Minimum value: <code>0</code>, maximum value: <code>20</code>, default value: <code>4</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_treeview_width \anchor cfg_treeview_width
...@@ -2208,7 +2209,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -2208,7 +2209,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
used to set the initial width (in pixels) of the frame in which the tree used to set the initial width (in pixels) of the frame in which the tree
is shown. is shown.
Minumum value: <code>0</code>, maximum value: <code>1500</code>, default value: <code>250</code>. Minimum value: <code>0</code>, maximum value: <code>1500</code>, default value: <code>250</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_ext_links_in_window \anchor cfg_ext_links_in_window
...@@ -2229,7 +2230,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to ...@@ -2229,7 +2230,7 @@ This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to
to manually remove any `form_*.png` images from the HTML to manually remove any `form_*.png` images from the HTML
output directory to force them to be regenerated. output directory to force them to be regenerated.
Minumum value: <code>8</code>, maximum value: <code>50</code>, default value: <code>10</code>. Minimum value: <code>8</code>, maximum value: <code>50</code>, default value: <code>10</code>.
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES. This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
\anchor cfg_formula_transparent \anchor cfg_formula_transparent
...@@ -3074,7 +3075,7 @@ The default value is: <code>NO</code>. ...@@ -3074,7 +3075,7 @@ The default value is: <code>NO</code>.
explicitly to a value larger than 0 to get control over the balance explicitly to a value larger than 0 to get control over the balance
between CPU load and processing speed. between CPU load and processing speed.
Minumum value: <code>0</code>, maximum value: <code>32</code>, default value: <code>0</code>. Minimum value: <code>0</code>, maximum value: <code>32</code>, default value: <code>0</code>.
This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\anchor cfg_dot_fontname \anchor cfg_dot_fontname
...@@ -3094,7 +3095,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. ...@@ -3094,7 +3095,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\addindex DOT_FONTSIZE \addindex DOT_FONTSIZE
The \c DOT_FONTSIZE tag can be used to set the size (in points) of the font of dot graphs. The \c DOT_FONTSIZE tag can be used to set the size (in points) of the font of dot graphs.
Minumum value: <code>4</code>, maximum value: <code>24</code>, default value: <code>10</code>. Minimum value: <code>4</code>, maximum value: <code>24</code>, default value: <code>10</code>.
This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\anchor cfg_dot_fontpath \anchor cfg_dot_fontpath
...@@ -3159,7 +3160,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. ...@@ -3159,7 +3160,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
to 10, up to 15 fields may appear, but if the number exceeds 15, the to 10, up to 15 fields may appear, but if the number exceeds 15, the
total amount of fields shown is limited to 10. total amount of fields shown is limited to 10.
Minumum value: <code>0</code>, maximum value: <code>100</code>, default value: <code>10</code>. Minimum value: <code>0</code>, maximum value: <code>100</code>, default value: <code>10</code>.
This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\anchor cfg_template_relations \anchor cfg_template_relations
...@@ -3303,7 +3304,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. ...@@ -3303,7 +3304,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\c DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note \c DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
that the size of a graph can be further restricted by \ref cfg_max_dot_graph_depth "MAX_DOT_GRAPH_DEPTH". that the size of a graph can be further restricted by \ref cfg_max_dot_graph_depth "MAX_DOT_GRAPH_DEPTH".
Minumum value: <code>0</code>, maximum value: <code>10000</code>, default value: <code>50</code>. Minimum value: <code>0</code>, maximum value: <code>10000</code>, default value: <code>50</code>.
This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\anchor cfg_max_dot_graph_depth \anchor cfg_max_dot_graph_depth
...@@ -3317,7 +3318,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. ...@@ -3317,7 +3318,7 @@ This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
code bases. Also note that the size of a graph can be further restricted by code bases. Also note that the size of a graph can be further restricted by
\ref cfg_dot_graph_max_nodes "DOT_GRAPH_MAX_NODES". Using a depth of 0 means no depth restriction. \ref cfg_dot_graph_max_nodes "DOT_GRAPH_MAX_NODES". Using a depth of 0 means no depth restriction.
Minumum value: <code>0</code>, maximum value: <code>1000</code>, default value: <code>0</code>. Minimum value: <code>0</code>, maximum value: <code>1000</code>, default value: <code>0</code>.
This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES. This tag requires that the tag \ref cfg_have_dot "HAVE_DOT" is set to \c YES.
\anchor cfg_dot_transparent \anchor cfg_dot_transparent
......
...@@ -2122,9 +2122,9 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. ...@@ -2122,9 +2122,9 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
might be necessary to disable the index and replace it with your own. might be necessary to disable the index and replace it with your own.
The \c DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at The \c DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at
top of each HTML page. A value of \c NO enables the index and the top of each HTML page. A value of \c NO enables the index and the
value \c YES disables it. Since the tabs have the same information as the value \c YES disables it. Since the tabs in the index contain the same
navigation tree you can set this option to \c NO if you already set information as the navigation tree, you can set this option to \c YES if
\ref cfg_generate_treeview "GENERATE_TREEVIEW" to \c YES. you also set \ref cfg_generate_treeview "GENERATE_TREEVIEW" to \c YES.
]]> ]]>
</docs> </docs>
</option> </option>
...@@ -2145,8 +2145,9 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. ...@@ -2145,8 +2145,9 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
example that shows how to put an image at the root of the tree instead of example that shows how to put an image at the root of the tree instead of
the \ref cfg_project_name "PROJECT_NAME". the \ref cfg_project_name "PROJECT_NAME".
Since the tree basically has the same information as the tab index you Since the tree basically has the same information as the tab index, you could
could consider to set \ref cfg_disable_index "DISABLE_INDEX" to \c NO when enabling this option. consider setting \ref cfg_disable_index "DISABLE_INDEX" to \c YES when
enabling this option.
]]> ]]>
</docs> </docs>
</option> </option>
......
...@@ -1761,9 +1761,9 @@ void addConfigOptions(Config *cfg) ...@@ -1761,9 +1761,9 @@ void addConfigOptions(Config *cfg)
"be necessary to disable the index and replace it with your own. The\n" "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" "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" "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" "it. Since the tabs in the index contain the same information as the navigation\n"
"set this option to NO if you already set GENERATE_TREEVIEW to YES.Default\n" "tree, you can set this option to YES if you also set GENERATE_TREEVIEW to\n"
"value: NO.\n" "YES.Default value: NO.\n"
"\n" "\n"
"This tag requires that the tag GENERATE_HTML is set to YES.", "This tag requires that the tag GENERATE_HTML is set to YES.",
FALSE FALSE
...@@ -1782,8 +1782,8 @@ void addConfigOptions(Config *cfg) ...@@ -1782,8 +1782,8 @@ void addConfigOptions(Config *cfg)
"further fine-tune the look of the index. As an example, the default style\n" "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" "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 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" "the same information as the tab index, you could consider setting\n"
"to NO when enabling this option.Default value: NO.\n" "DISABLE_INDEX to YES when enabling this option.Default value: NO.\n"
"\n" "\n"
"This tag requires that the tag GENERATE_HTML is set to YES.", "This tag requires that the tag GENERATE_HTML is set to YES.",
FALSE FALSE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment