summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2022-08-24 18:50:10 -0700
committerJames Zern <jzern@google.com>2022-08-24 18:52:10 -0700
commit7663fcb46733253f7ac6625aadc89cea08d942bf (patch)
tree791a8f98edfdf9d16ab95b51f38325b14133dc76
parentcef289f4cdcb4bcf453eb8fdd20341541a41027a (diff)
downloadlibvpx-7663fcb46733253f7ac6625aadc89cea08d942bf.tar
libvpx-7663fcb46733253f7ac6625aadc89cea08d942bf.tar.gz
libvpx-7663fcb46733253f7ac6625aadc89cea08d942bf.tar.bz2
libvpx-7663fcb46733253f7ac6625aadc89cea08d942bf.zip
libs.doxy_template: remove obsolete CLASS_DIAGRAMS
This was reported with doxygen 1.9.4. Also update the comment for CLASS_GRAPH by running "doxygen -u" because the original comment for CLASS_GRAPH mentions the obsolete tag 'CLASS_DIAGRAMS', Change-Id: I3bca547201f794d363bd814b7c7f7c9d7088797a
-rw-r--r--libs.doxy_template21
1 files changed, 8 insertions, 13 deletions
diff --git a/libs.doxy_template b/libs.doxy_template
index 73e1b43c7..1ee442af3 100644
--- a/libs.doxy_template
+++ b/libs.doxy_template
@@ -1097,15 +1097,6 @@ EXTERNAL_GROUPS = YES
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
-# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
-# generate a inheritance diagram (in HTML, RTF and la_te_x) for classes with base
-# or super classes. Setting the tag to NO turns the diagrams off. Note that
-# this option is superseded by the HAVE_DOT option below. This is only a
-# fallback. It is recommended to install and use dot, since it yields more
-# powerful graphs.
-
-CLASS_DIAGRAMS = YES
-
# If set to YES, the inheritance and collaboration graphs will hide
# inheritance and usage relations if the target is undocumented
# or is not a class.
@@ -1119,10 +1110,14 @@ HIDE_UNDOC_RELATIONS = YES
HAVE_DOT = NO
-# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
-# will generate a graph for each documented class showing the direct and
-# indirect inheritance relations. Setting this tag to YES will force the
-# the CLASS_DIAGRAMS tag to NO.
+# If the CLASS_GRAPH tag is set to YES (or GRAPH) then doxygen will generate a
+# graph for each documented class showing the direct and indirect inheritance
+# relations. In case HAVE_DOT is set as well dot will be used to draw the graph,
+# otherwise the built-in generator will be used. If the CLASS_GRAPH tag is set
+# to TEXT the direct and indirect inheritance relations will be shown as texts /
+# links.
+# Possible values are: NO, YES, TEXT and GRAPH.
+# The default value is: YES.
CLASS_GRAPH = YES