mirror of https://github.com/fltk/fltk
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.
This commit is contained in:
parent
87c8b98a98
commit
e72324d3d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue