You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2010/08/09 21:56:00 UTC

svn commit: r983799 - /trafficserver/traffic/trunk/doc/Doxyfile.in

Author: zwoop
Date: Mon Aug  9 19:56:00 2010
New Revision: 983799

URL: http://svn.apache.org/viewvc?rev=983799&view=rev
Log:
Slight mods to doxygen setup

Modified:
    trafficserver/traffic/trunk/doc/Doxyfile.in

Modified: trafficserver/traffic/trunk/doc/Doxyfile.in
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/doc/Doxyfile.in?rev=983799&r1=983798&r2=983799&view=diff
==============================================================================
--- trafficserver/traffic/trunk/doc/Doxyfile.in (original)
+++ trafficserver/traffic/trunk/doc/Doxyfile.in Mon Aug  9 19:56:00 2010
@@ -1156,7 +1156,7 @@ COLLABORATION_GRAPH    = YES
 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
 # will generate a graph for groups, showing the direct groups dependencies
 
-GROUP_GRAPHS           = NO
+GROUP_GRAPHS           = YES
 
 # 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 
@@ -1215,7 +1215,7 @@ DIRECTORY_GRAPH        = YES
 # generated by dot. Possible values are png, jpg, or gif
 # If left blank png will be used.
 
-DOT_IMAGE_FORMAT       = gif
+DOT_IMAGE_FORMAT       = png
 
 # The tag DOT_PATH 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.
@@ -1234,7 +1234,7 @@ DOTFILE_DIRS           = @abs_top_srcdir
 # visualized by representing a node as a red box. Note that doxygen will always 
 # show the root nodes and its direct children regardless of this setting.
 
-DOT_GRAPH_MAX_NODES    = 50
+DOT_GRAPH_MAX_NODES    = 100
 
 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
 # background. This is disabled by default, which results in a white background.