@@ -913,7 +913,7 @@ EXAMPLE_RECURSIVE = NO
913
913
# that contain images that are to be included in the documentation (see the
914
914
# \image command).
915
915
916
- IMAGE_PATH = images/
916
+ IMAGE_PATH =
917
917
918
918
# The INPUT_FILTER tag can be used to specify a program that doxygen should
919
919
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -2207,7 +2207,7 @@ HIDE_UNDOC_RELATIONS = YES
2207
2207
# set to NO
2208
2208
# The default value is: NO.
2209
2209
2210
- HAVE_DOT = NO
2210
+ HAVE_DOT = @HAVE_DOT@
2211
2211
2212
2212
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
2213
2213
# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2385,7 +2385,7 @@ INTERACTIVE_SVG = NO
2385
2385
# found. If left blank, it is assumed the dot tool can be found in the path.
2386
2386
# This tag requires that the tag HAVE_DOT is set to YES.
2387
2387
2388
- DOT_PATH = /usr/bin/dot
2388
+ DOT_PATH = @DOXYGEN_DOT_PATH@
2389
2389
2390
2390
# The DOTFILE_DIRS tag can be used to specify one or more directories that
2391
2391
# contain dot files that are included in the documentation (see the \dotfile
@@ -2434,7 +2434,7 @@ PLANTUML_INCLUDE_PATH =
2434
2434
# Minimum value: 0, maximum value: 10000, default value: 50.
2435
2435
# This tag requires that the tag HAVE_DOT is set to YES.
2436
2436
2437
- DOT_GRAPH_MAX_NODES = 50
2437
+ DOT_GRAPH_MAX_NODES = 200
2438
2438
2439
2439
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
2440
2440
# generated by dot. A depth value of 3 means that only nodes reachable from the
0 commit comments