summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml24
1 files changed, 8 insertions, 16 deletions
diff --git a/src/config.xml b/src/config.xml
index 9d6e144..882c96b 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -873,27 +873,19 @@ the value YES disables it.
This tag can be used to set the number of enum values (range [1..20])
that doxygen will group on one line in the generated HTML documentation.
' minval='1' maxval='20' defval='4' depends='GENERATE_HTML'/>
- <option type='enum' id='GENERATE_TREEVIEW' defval='NONE' docs='
+ <option type='bool' id='GENERATE_TREEVIEW' defval='0' docs='
The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
structure should be generated to display hierarchical information.
If the tag value is set to FRAME, a side panel will be generated
containing a tree-like index structure (just like the one that
is generated for HTML Help). For this to work a browser that supports
-JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+,
-Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are
-probably better off using the HTML help feature. Other possible values
-for this tag are: HIERARCHIES, which will generate the Groups, Directories,
-and Class Hierarchy pages using a tree view instead of an ordered list;
-ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which
-disables this behavior completely. For backwards compatibility with previous
-releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
-respectively.
-' depends='GENERATE_HTML'>
- <value name='NONE'/>
- <value name='FRAME'/>
- <value name='HIERARCHIES'/>
- <value name='ALL'/>
- </option>
+JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
+Windows users are probably better off using the HTML help feature.
+' depends='GENERATE_HTML'/>
+ <option type='bool' id='USE_INLINE_TREES' defval='0' docs='
+By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
+and Class Hierarchy pages using a tree view instead of an ordered list.
+' depends='GENERATE_HTML'/>
<option type='int' id='TREEVIEW_WIDTH' docs='
If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
used to set the initial width (in pixels) of the frame in which the tree