From e72324d3d9f9db448e666f7d6549caec16f40252 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 12 Oct 2022 16:19:36 +0200 Subject: 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. --- documentation/Doxyfile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation') 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 -- cgit v1.2.3