From 81ea11f1c0a42d9b41fda1d875768cf9b1076f9f Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 31 Mar 2005 02:12:30 +0000 Subject: [PATCH] all dirs listed explicitly, so turn off RECURSIVE --- Doxyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 3d3b69ce3..c87edc2a7 100644 --- 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 -- 2.40.0