summaryrefslogtreecommitdiffstats
path: root/doc/config.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.doc')
-rw-r--r--doc/config.doc19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/config.doc b/doc/config.doc
index 8525593..7f9fe92 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -1135,7 +1135,7 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
will point to the HTML generated by the htags(1) tool instead of doxygen
built-in source browser. The htags tool is part of GNU's global source
tagging system (see http://www.gnu.org/software/global/global.html).
- The use it do the following:
+ To use it do the following:
-# Install the latest version of global (i.e. 4.8.6 or better)
-# Enable SOURCE_BROWSER and USE_HTAGS in the config file
@@ -1478,15 +1478,8 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
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: \c 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 \c FRAME and \c HIERARCHIES, and \c 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.
+ JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
+ Windows users are probably better off using the HTML help feature.
Via custom stylesheets (see \ref cfg_html_stylesheet "HTML_STYLESHEET")
one can further \ref doxygen_finetune "fine tune" the look of the index.
@@ -1494,6 +1487,12 @@ FILE_VERSION_INFO = "cleartool desc -fmt \%Vn"
example that shows how to put an image at the root of the tree instead of
the \ref cfg_project_name "project name".
+\anchor cfg_use_inline_trees
+<dt>\c USE_INLINE_TREES
+ \addindex USE_INLINE_TREES
+By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
+and Class Hierarchy pages using a tree view instead of an ordered list.
+
\anchor cfg_treeview_width
<dt>\c TREEVIEW_WIDTH <dd>
\addindex TREEVIEW_WIDTH