summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-10-12 16:19:36 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-10-12 16:19:36 +0200
commite72324d3d9f9db448e666f7d6549caec16f40252 (patch)
treeb3992dab704551adb313254d71d7572fa919746c
parent87c8b98a98e9199205364730632b7b6c7665e3e3 (diff)
Update Doxyfile.in for current Doxygen version 1.9.5
This file is now compatible up to Doxygen 1.9.5, i.e. there are no warnings about obsolete parameters when generating the docs. Current git 'master' of Doxygen (1.9.6: not yet released) issues some warnings but these will hopefully be fixed in Doxygen. Oldest tested Doxygen: 1.8.17 - older versions may emit warnings.
-rw-r--r--documentation/Doxyfile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in
index 227c4b6fe..4d4529fd7 100644
--- a/documentation/Doxyfile.in
+++ b/documentation/Doxyfile.in
@@ -1328,7 +1328,8 @@ EXTERNAL_GROUPS = YES
# fallback. It is recommended to install and use dot, since it yields more
# powerful graphs.
-CLASS_DIAGRAMS = YES
+#** obsolete as of Doxygen 1.9.3, using default (YES) anyway
+#** CLASS_DIAGRAMS = YES
# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see
@@ -1486,7 +1487,8 @@ MAX_DOT_GRAPH_DEPTH = 0
# enabling this option may lead to badly anti-aliased labels on the edges of
# a graph (i.e. they become hard to read).
-DOT_TRANSPARENT = NO
+#** obsolete as of Doxygen 1.9.5, using default (NO) anyway
+#** DOT_TRANSPARENT = NO
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This