diff options
author | Oz Linden <oz@lindenlab.com> | 2011-11-23 09:51:34 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-11-23 09:51:34 -0500 |
commit | 811733dd3ebb0d9a55fddd2de76e5626b4b9f1b6 (patch) | |
tree | 06b5c21c4c7929e82d22a0841d3dd47a6c93baad /indra | |
parent | 0b031abe5a9b2f07595a2ee742b7f2c8d0b9a7d5 (diff) |
expand graph generation
Diffstat (limited to 'indra')
-rw-r--r-- | indra/Doxyfile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/Doxyfile.in b/indra/Doxyfile.in index f1bfceed55..4b37af7eb7 100644 --- a/indra/Doxyfile.in +++ b/indra/Doxyfile.in @@ -1463,7 +1463,7 @@ INCLUDE_GRAPH = YES # documented header file showing the documented files that directly or # indirectly include this file. -INCLUDED_BY_GRAPH = NO +INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT options are set to YES then # doxygen will generate a call dependency graph for every global function @@ -1479,7 +1479,7 @@ CALL_GRAPH = NO # the time of a run. So in most cases it will be better to enable caller # graphs for selected functions only using the \callergraph command. -CALLER_GRAPH = NO +CALLER_GRAPH = YES # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. @@ -1491,7 +1491,7 @@ GRAPHICAL_HIERARCHY = YES # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. -DIRECTORY_GRAPH = NO +DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif @@ -1518,7 +1518,7 @@ DOTFILE_DIRS = # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. -DOT_GRAPH_MAX_NODES = 50 +DOT_GRAPH_MAX_NODES = 100 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable @@ -1528,7 +1528,7 @@ DOT_GRAPH_MAX_NODES = 50 # code bases. Also note that the size of a graph can be further restricted by # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. -MAX_DOT_GRAPH_DEPTH = 2 +MAX_DOT_GRAPH_DEPTH = 3 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not |