summaryrefslogtreecommitdiff
path: root/src/Doxyfile.in
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-24 10:34:43 +0200
committeralbert-github <albert.tests@gmail.com>2022-05-24 10:34:43 +0200
commit91b21f6cfdf8e225070514c34bd6fcae296e3d52 (patch)
treefa976cd6cae04130a7e5c4b30d2df80ab7126129 /src/Doxyfile.in
parent7e2fb7b6f5c9664e377a3211cb60aebec14e4d6e (diff)
Documentation: Obsolete CLASS_DIARAMS
Since doxygen version 1.9.3 the settings `CLASS_DIAGRAMS` and `CLASS_GRAPH` have been integrated into `CLASS_GRAPH` and `CLASS_DIAGRAMS` is now obsolete. The value of `CLASS+GRAPH` doesn't have to be adjusted, in this case, as it was already set to `NO`.
Diffstat (limited to 'src/Doxyfile.in')
-rw-r--r--src/Doxyfile.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/Doxyfile.in b/src/Doxyfile.in
index f76ba2bd..13668993 100644
--- a/src/Doxyfile.in
+++ b/src/Doxyfile.in
@@ -2082,14 +2082,7 @@ 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 = NO
+@GUDHI_DOXYGEN_CLASS_DIAGRAMS@
# 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