|
@@ -2107,7 +2107,7 @@ PERL_PATH = /usr/bin/perl
|
2107
|
2107
|
# powerful graphs.
|
2108
|
2108
|
# The default value is: YES.
|
2109
|
2109
|
|
2110
|
|
-CLASS_DIAGRAMS = NO
|
|
2110
|
+CLASS_DIAGRAMS = YES
|
2111
|
2111
|
|
2112
|
2112
|
# You can define message sequence charts within doxygen comments using the \msc
|
2113
|
2113
|
# command. Doxygen will then run the mscgen tool (see:
|
|
@@ -2138,7 +2138,7 @@ HIDE_UNDOC_RELATIONS = YES
|
2138
|
2138
|
# set to NO
|
2139
|
2139
|
# The default value is: YES.
|
2140
|
2140
|
|
2141
|
|
-HAVE_DOT = NO
|
|
2141
|
+HAVE_DOT = YES
|
2142
|
2142
|
|
2143
|
2143
|
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
|
2144
|
2144
|
# to run in parallel. When set to 0 doxygen will base this on the number of
|
|
@@ -2148,7 +2148,7 @@ HAVE_DOT = NO
|
2148
|
2148
|
# Minimum value: 0, maximum value: 32, default value: 0.
|
2149
|
2149
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
2150
|
2150
|
|
2151
|
|
-DOT_NUM_THREADS = 0
|
|
2151
|
+DOT_NUM_THREADS = 5
|
2152
|
2152
|
|
2153
|
2153
|
# When you want a differently looking font in the dot files that doxygen
|
2154
|
2154
|
# generates you can specify the font name using DOT_FONTNAME. You need to make
|
|
@@ -2254,7 +2254,7 @@ INCLUDED_BY_GRAPH = YES
|
2254
|
2254
|
# The default value is: NO.
|
2255
|
2255
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
2256
|
2256
|
|
2257
|
|
-CALL_GRAPH = NO
|
|
2257
|
+CALL_GRAPH = YES
|
2258
|
2258
|
|
2259
|
2259
|
# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
|
2260
|
2260
|
# dependency graph for every global function or class method.
|
|
@@ -2265,7 +2265,7 @@ CALL_GRAPH = NO
|
2265
|
2265
|
# The default value is: NO.
|
2266
|
2266
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
2267
|
2267
|
|
2268
|
|
-CALLER_GRAPH = NO
|
|
2268
|
+CALLER_GRAPH = YES
|
2269
|
2269
|
|
2270
|
2270
|
# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
|
2271
|
2271
|
# hierarchy of all classes instead of a textual one.
|