summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-27 11:33:33 +0100
committerKieran Bingham <kieran.bingham@ideasonboard.com>2021-08-27 14:03:47 +0100
commit3fc1d1ed5129eeac890aa9a67a2ee4b884dc9289 (patch)
treedb5628458a633492412258207a63c3669704286d /Documentation
parentb1d818beb44d8a658eeae6f83a440c33aeff1f4f (diff)
Documentation: Remove obsoleted config
The CLASS_DIAGRAMS option has become obsolete, and we already define the default value. Remove it. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Doxyfile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in
index dc03cbea..49355bf6 100644
--- a/Documentation/Doxyfile.in
+++ b/Documentation/Doxyfile.in
@@ -2110,15 +2110,6 @@ EXTERNAL_PAGES = YES
# Configuration options related to the dot tool
#---------------------------------------------------------------------------
-# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
-# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
-# NO turns the diagrams off. Note that this option also works with HAVE_DOT
-# disabled, but it is recommended to install and use dot, since it yields more
-# powerful graphs.
-# The default value is: YES.
-
-CLASS_DIAGRAMS = YES
-
# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.