From 91b21f6cfdf8e225070514c34bd6fcae296e3d52 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 24 May 2022 10:34:43 +0200 Subject: 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`. --- src/Doxyfile.in | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/Doxyfile.in') 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 -- cgit v1.2.3