OSDN Git Service

An input directory was collected short.
authortsutsumi <>
Wed, 24 Sep 2003 11:03:20 +0000 (11:03 +0000)
committertsutsumi <>
Wed, 24 Sep 2003 11:03:20 +0000 (11:03 +0000)
doc/Doxyfile.in

index d05d674..982385d 100644 (file)
@@ -357,8 +357,7 @@ WARN_LOGFILE           =
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                  = @top_srcdir@/src/ccunit @top_srcdir@/src/tools \
-                      @srcdir@
+INPUT                  = @top_srcdir@/src @srcdir@
 
 # If the value of the INPUT tag contains directories, you can use the 
 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
@@ -379,7 +378,7 @@ RECURSIVE              = YES
 # excluded from the INPUT source files. This way you can easily exclude a 
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                = 
+EXCLUDE                = html man
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.
@@ -390,7 +389,7 @@ EXCLUDE_SYMLINKS       = NO
 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
 # certain files from those directories.
 
-EXCLUDE_PATTERNS       = config.h
+EXCLUDE_PATTERNS       = config.h *.html
 
 # The EXAMPLE_PATH tag can be used to specify one or more files or 
 # directories that contain example code fragments that are included (see