aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-01-04 22:39:28 +0100
committerGitHub <noreply@github.com>2022-01-04 22:39:28 +0100
commitb2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8 (patch)
treebdd34ab849a0d4a03b21870a5892494caf60c291 /Doxyfile
parent8056321237ae590c47ca02d15d0fff38a067e1f4 (diff)
parent4f7b22982db2c7ef5633bb70e2af1acfcc45df76 (diff)
downloadPROJ-b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8.tar.gz
PROJ-b2dbc2f9acfc4fc709a7f2cf63c5b21bb582d6e8.zip
Merge pull request #3006 from rouault/fix_for_doxygen_1_9_3
Fix doc generation with Doxygen 1.9.3
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Doxyfile b/Doxyfile
index e5ab6ee6..7f4d3ec6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2108,15 +2108,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 define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the