diff options
author | Sven Gothel <[email protected]> | 2020-09-01 07:13:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-09-01 07:13:09 +0200 |
commit | f2ae18d3c54b6500306ea7a6f690f469979f39b0 (patch) | |
tree | 16183e19144289bd6ad5403cab92bd7644af261c /Doxyfile.cpp.in | |
parent | 9a3219b1fd97d50a570711f48e40ae8716bd72d1 (diff) |
Doxygen Doc: Enable full featured UML SVG graphs, incl CALL and CALLER
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index 985811ea..5730e1bd 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -2098,7 +2098,7 @@ HIDE_UNDOC_RELATIONS = YES # set to NO # The default value is: NO. -HAVE_DOT = NO +HAVE_DOT = YES # 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 @@ -2164,7 +2164,7 @@ GROUP_GRAPHS = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -UML_LOOK = NO +UML_LOOK = YES # If the UML_LOOK tag is enabled, the fields and methods are shown inside the # class node. If there are many fields or methods and many nodes the graph may @@ -2214,7 +2214,7 @@ INCLUDED_BY_GRAPH = YES # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALL_GRAPH = NO +CALL_GRAPH = YES # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller # dependency graph for every global function or class method. @@ -2225,7 +2225,7 @@ CALL_GRAPH = NO # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -CALLER_GRAPH = NO +CALLER_GRAPH = YES # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical # hierarchy of all classes instead of a textual one. @@ -2252,7 +2252,7 @@ DIRECTORY_GRAPH = YES # The default value is: png. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_IMAGE_FORMAT = png +DOT_IMAGE_FORMAT = svg # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to # enable generation of interactive SVG images that allow zooming and panning. @@ -2264,7 +2264,7 @@ DOT_IMAGE_FORMAT = png # The default value is: NO. # This tag requires that the tag HAVE_DOT is set to YES. -INTERACTIVE_SVG = NO +INTERACTIVE_SVG = YES # The DOT_PATH tag can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. |