]> git.ipfire.org Git - thirdparty/sarg.git/commitdiff
Draw dependency graphs in doxygen documentation
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 2 Oct 2015 17:03:30 +0000 (19:03 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Fri, 2 Oct 2015 17:03:30 +0000 (19:03 +0200)
The caller dependency graph let me quickly see where a function is called
from.

Doxyfile

index ef1d83113b48e9b0d1dee06ea55518772f049268..973ece771cf615e7d26c3303814a7ec717d44cec 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -2099,7 +2099,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
@@ -2141,7 +2141,7 @@ DOT_FONTPATH           =
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-CLASS_GRAPH            = YES
+CLASS_GRAPH            = NO
 
 # If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
 # graph for each documented class showing the direct and indirect implementation
@@ -2150,14 +2150,14 @@ CLASS_GRAPH            = YES
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-COLLABORATION_GRAPH    = YES
+COLLABORATION_GRAPH    = NO
 
 # If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
 # groups, showing the direct groups dependencies.
 # The default value is: YES.
 # This tag requires that the tag HAVE_DOT is set to YES.
 
-GROUP_GRAPHS           = YES
+GROUP_GRAPHS           = NO
 
 # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
 # collaboration diagrams in a style similar to the OMG's Unified Modeling
@@ -2226,7 +2226,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.