diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-03 19:13:07 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-12-03 19:13:07 (GMT) |
commit | fe67b8eb68129713327965c201f2d7226b83202f (patch) | |
tree | 485fb83c5a301dd4b0edb3c534b1f31eeb08ab1f /doc/config.doc | |
parent | a30c2e3c5ea41ae1947e9893c82ed8c8b6d7c5a2 (diff) | |
download | Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.zip Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.gz Doxygen-fe67b8eb68129713327965c201f2d7226b83202f.tar.bz2 |
Release-1.2.3-20001203
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index 8debf84..684710f 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -110,6 +110,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_generate_tagfile GENERATE_TAGFILE <li> \refitem cfg_generate_testlist GENERATE_TESTLIST <li> \refitem cfg_generate_todolist GENERATE_TODOLIST +<li> \refitem cfg_generate_treeview GENERATE_TREEVIEW <li> \refitem cfg_graphical_hierarchy GRAPHICAL_HIERARCHY <li> \refitem cfg_have_dot HAVE_DOT <li> \refitem cfg_hide_scope_names HIDE_SCOPE_NAMES @@ -162,6 +163,7 @@ followed by the descriptions of the tags grouped by category. <li> \refitem cfg_strip_from_path STRIP_FROM_PATH <li> \refitem cfg_tab_size TAB_SIZE <li> \refitem cfg_tagfiles TAGFILES +<li> \refitem cfg_treeview_width TREEVIEW_WIDTH <li> \refitem cfg_verbatim_headers VERBATIM_HEADERS <li> \refitem cfg_warn_format WARN_FORMAT <li> \refitem cfg_warn_if_undocumented WARN_IF_UNDOCUMENTED @@ -737,6 +739,22 @@ followed by the descriptions of the tags grouped by category. 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. +\anchor cfg_generate_treeview +<dt>\c GENERATE_TREEVIEW <dd> + \addindex GENERATE_TREEVIEW + If the \c GENERATE_TREEVIEW tag is set to YES, a side pannel 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 and frames is required (for instance Netscape 4.0+ + or Internet explorer 4.0+). + +\anchor cfg_treeview_width +<dt>\c TREEVIEW_WIDTH <dd> + \addindex TREEVIEW_WIDTH + If the treeview is enabled (see \c GENERATE_TREEVIEW) then this tag can be + used to set the initial width (in pixels) of the frame in which the tree + is shown. + </dl> \subsection latex_output LaTeX related options \anchor cfg_generate_latex |