Fix WITH_DOT

This commit is contained in:
Matthias Kuhn 2020-05-09 13:45:51 +02:00
parent 9dee38c45a
commit 91c79f46a7

View File

@ -2143,7 +2143,7 @@ PERL_PATH = /usr/bin/env perl
# powerful graphs. # powerful graphs.
# The default value is: YES. # The default value is: YES.
CLASS_DIAGRAMS = @HAVE_DOT@ CLASS_DIAGRAMS = @WITH_DOT@
# You can define message sequence charts within doxygen comments using the \msc # You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see: # command. Doxygen will then run the mscgen tool (see:
@ -2174,7 +2174,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO # set to NO
# The default value is: NO. # The default value is: NO.
HAVE_DOT = @HAVE_DOT@ HAVE_DOT = @WITH_DOT@
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of # to run in parallel. When set to 0 doxygen will base this on the number of