mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Fix WITH_DOT
This commit is contained in:
parent
9dee38c45a
commit
91c79f46a7
@ -2143,7 +2143,7 @@ PERL_PATH = /usr/bin/env perl
|
||||
# powerful graphs.
|
||||
# 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
|
||||
# command. Doxygen will then run the mscgen tool (see:
|
||||
@ -2174,7 +2174,7 @@ HIDE_UNDOC_RELATIONS = YES
|
||||
# set to 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
|
||||
# to run in parallel. When set to 0 doxygen will base this on the number of
|
||||
|
Loading…
x
Reference in New Issue
Block a user