@@ -38,7 +38,7 @@ PROJECT_NAME = StratifyAPI
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 2.5 .0
41+ PROJECT_NUMBER = 3.6 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
@@ -2157,7 +2157,7 @@ HIDE_UNDOC_RELATIONS = YES
21572157# set to NO
21582158# The default value is: NO.
21592159
2160- HAVE_DOT = NO
2160+ HAVE_DOT = YES
21612161
21622162# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
21632163# to run in parallel. When set to 0 doxygen will base this on the number of
@@ -2199,7 +2199,7 @@ DOT_FONTPATH =
21992199# The default value is: YES.
22002200# This tag requires that the tag HAVE_DOT is set to YES.
22012201
2202- CLASS_GRAPH = NO
2202+ CLASS_GRAPH = YES
22032203
22042204# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
22052205# graph for each documented class showing the direct and indirect implementation
@@ -2215,15 +2215,15 @@ COLLABORATION_GRAPH = NO
22152215# The default value is: YES.
22162216# This tag requires that the tag HAVE_DOT is set to YES.
22172217
2218- GROUP_GRAPHS = NO
2218+ GROUP_GRAPHS = YES
22192219
22202220# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
22212221# collaboration diagrams in a style similar to the OMG's Unified Modeling
22222222# Language.
22232223# The default value is: NO.
22242224# This tag requires that the tag HAVE_DOT is set to YES.
22252225
2226- UML_LOOK = NO
2226+ UML_LOOK = YES
22272227
22282228# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
22292229# class node. If there are many fields or methods and many nodes the graph may
@@ -2236,15 +2236,15 @@ UML_LOOK = NO
22362236# Minimum value: 0, maximum value: 100, default value: 10.
22372237# This tag requires that the tag HAVE_DOT is set to YES.
22382238
2239- UML_LIMIT_NUM_FIELDS = 10
2239+ UML_LIMIT_NUM_FIELDS = 6
22402240
22412241# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
22422242# collaboration graphs will show the relations between templates and their
22432243# instances.
22442244# The default value is: NO.
22452245# This tag requires that the tag HAVE_DOT is set to YES.
22462246
2247- TEMPLATE_RELATIONS = NO
2247+ TEMPLATE_RELATIONS = YES
22482248
22492249# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
22502250# YES then doxygen will generate a graph for each documented file showing the
@@ -2293,7 +2293,7 @@ CALLER_GRAPH = NO
22932293# The default value is: YES.
22942294# This tag requires that the tag HAVE_DOT is set to YES.
22952295
2296- GRAPHICAL_HIERARCHY = NO
2296+ GRAPHICAL_HIERARCHY = YES
22972297
22982298# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
22992299# dependencies a directory has on other directories in a graphical way. The
@@ -2329,7 +2329,7 @@ DOT_IMAGE_FORMAT = svg
23292329# The default value is: NO.
23302330# This tag requires that the tag HAVE_DOT is set to YES.
23312331
2332- INTERACTIVE_SVG = NO
2332+ INTERACTIVE_SVG = YES
23332333
23342334# The DOT_PATH tag can be used to specify the path where the dot tool can be
23352335# found. If left blank, it is assumed the dot tool can be found in the path.
@@ -2379,7 +2379,7 @@ PLANTUML_INCLUDE_PATH =
23792379# Minimum value: 0, maximum value: 10000, default value: 50.
23802380# This tag requires that the tag HAVE_DOT is set to YES.
23812381
2382- DOT_GRAPH_MAX_NODES = 15
2382+ DOT_GRAPH_MAX_NODES = 100
23832383
23842384# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
23852385# generated by dot. A depth value of 3 means that only nodes reachable from the
@@ -2391,7 +2391,7 @@ DOT_GRAPH_MAX_NODES = 15
23912391# Minimum value: 0, maximum value: 1000, default value: 0.
23922392# This tag requires that the tag HAVE_DOT is set to YES.
23932393
2394- MAX_DOT_GRAPH_DEPTH = 3
2394+ MAX_DOT_GRAPH_DEPTH = 50
23952395
23962396# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
23972397# background. This is disabled by default, because dot on Windows does not seem
0 commit comments