]> granicus.if.org Git - graphviz/commitdiff
all dirs listed explicitly, so turn off RECURSIVE
authorellson <devnull@localhost>
Thu, 31 Mar 2005 02:12:30 +0000 (02:12 +0000)
committerellson <devnull@localhost>
Thu, 31 Mar 2005 02:12:30 +0000 (02:12 +0000)
Doxyfile

index 3d3b69ce3f7e473856d1a7650f0095a988f77bed..c87edc2a73f7a3722e27da77027baa96e352a8e1 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -449,7 +449,7 @@ FILE_PATTERNS          = *.c \
 # should be searched for input files as well. Possible values are YES and NO. 
 # If left blank NO is used.
 
-RECURSIVE              = YES
+RECURSIVE              = NO
 
 # The EXCLUDE tag can be used to specify files and/or directories that should 
 # excluded from the INPUT source files. This way you can easily exclude a 
@@ -1113,7 +1113,7 @@ 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 on the path.
 
-DOT_PATH               = 
+DOT_PATH               =
 
 # The DOTFILE_DIRS tag can be used to specify one or more directories that 
 # contain dot files that are included in the documentation (see the 
@@ -1158,7 +1158,7 @@ GENERATE_LEGEND        = YES
 # remove the intermediate dot files that are used to generate 
 # the various graphs.
 
-DOT_CLEANUP            = YES
+DOT_CLEANUP            = NO
 
 #---------------------------------------------------------------------------
 # Configuration::additions related to the search engine