diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-06-22 20:14:03 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-06-22 20:14:03 (GMT) |
commit | 7c0a46b50fad0925e47b78326f8c2e92e3829fb4 (patch) | |
tree | 2f918f7da3205101b2a8a300ee9afefe247b3f24 /src/config.xml | |
parent | 7a3de4c3c8aac25c38b6e93bb0927de40cd1c650 (diff) | |
download | Doxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.zip Doxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.tar.gz Doxygen-7c0a46b50fad0925e47b78326f8c2e92e3829fb4.tar.bz2 |
Release-1.5.9-20090622
Diffstat (limited to 'src/config.xml')
-rw-r--r-- | src/config.xml | 24 |
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 |