summaryrefslogtreecommitdiffstats
path: root/doc/config.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-08-26 17:33:07 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-08-26 17:33:07 (GMT)
commit6b47ce0c7beaaf8f88058953865e8425cb3ca272 (patch)
tree6d5ee0db5c717ebabc57f2d2a15a1365d5e3fa19 /doc/config.doc
parentd033ece659ef73379802b0c3d6b6f718f79b0436 (diff)
downloadDoxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.zip
Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.gz
Doxygen-6b47ce0c7beaaf8f88058953865e8425cb3ca272.tar.bz2
Release-1.2.17-20020826
Diffstat (limited to 'doc/config.doc')
-rw-r--r--doc/config.doc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/config.doc b/doc/config.doc
index 1c3d995..3f38ee0 100644
--- a/doc/config.doc
+++ b/doc/config.doc
@@ -116,6 +116,7 @@ followed by the descriptions of the tags grouped by category.
\refitem cfg_graphical_hierarchy GRAPHICAL_HIERARCHY
\refitem cfg_have_dot HAVE_DOT
\refitem cfg_hhc_location HHC_LOCATION
+\refitem cfg_hide_friend_compounds HIDE_FRIEND_COMPOUNDS
\refitem cfg_hide_scope_names HIDE_SCOPE_NAMES
\refitem cfg_hide_undoc_classes HIDE_UNDOC_CLASSES
\refitem cfg_hide_undoc_members HIDE_UNDOC_MEMBERS
@@ -278,6 +279,14 @@ followed by the descriptions of the tags grouped by category.
various overviews.
This option has no effect if \c EXTRACT_ALL is enabled.
+\anchor cfg_hide_friend_compounds
+<dt>\c HIDE_FRIEND_COMPOUNDS <dd>
+ \addindex HIDE_FRIEND_COMPOUNDS
+ If the \c HIDE_FRIEND_COMPOUNDS tag is set to \c YES, Doxygen will hide all
+ friend (class|struct|union) declarations.
+ If set to \c NO (the default) these declarations will be included in the
+ documentation.
+
\anchor cfg_brief_member_desc
<dt>\c BRIEF_MEMBER_DESC <dd>
\addindex BRIEF_MEMBER_DESC