diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-02-10 18:38:13 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-02-10 18:38:13 (GMT) |
commit | 11de530ba769e4e2735a20a74262380d51f8772f (patch) | |
tree | 654e62c3ea86e579f0642040b094a844d4e5223c /doc/config.doc | |
parent | c635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c (diff) | |
download | Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.zip Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.tar.gz Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.tar.bz2 |
Release-1.4.1-20050210
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc index a8c80ab..99fc475 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -121,6 +121,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_generate_treeview GENERATE_TREEVIEW \refitem cfg_generate_xml GENERATE_XML \refitem cfg_graphical_hierarchy GRAPHICAL_HIERARCHY +\refitem cfg_group_graphs GROUP_GRAPHS \refitem cfg_have_dot HAVE_DOT \refitem cfg_hhc_location HHC_LOCATION \refitem cfg_hide_friend_compounds HIDE_FRIEND_COMPOUNDS @@ -202,6 +203,7 @@ followed by the descriptions of the tags grouped by category. \refitem cfg_template_relations TEMPLATE_RELATIONS \refitem cfg_toc_expand TOC_EXPAND \refitem cfg_treeview_width TREEVIEW_WIDTH +\refitem cfg_uml_look UML_LOOK \refitem cfg_use_windows_encoding USE_WINDOWS_ENCODING \refitem cfg_verbatim_headers VERBATIM_HEADERS \refitem cfg_warn_format WARN_FORMAT @@ -1586,6 +1588,19 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> indirect implementation dependencies (inheritance, containment, and class references variables) of the class with other documented classes. +\anchor cfg_group_graphs +<dt>\c GROUP_GRAPHS <dd> + \addindex GROUP_GRAPHS + If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen + will generate a graph for groups, showing the direct groups dependencies. + +\anchor cfg_uml_look +<dt>\c UML_LOOK <dd> + \addindex UML_LOOK + If the UML_LOOK tag is set to YES doxygen will generate inheritance and + collaboration diagrams in a style similar to the OMG's Unified Modeling + Language. + \anchor cfg_template_relations <dt>\c TEMPLATE_RELATIONS <dd> \addindex TEMPLATE_RELATIONS |