From 2bc3074f090b3b7adfc20a27d19425f0ee752e9a Mon Sep 17 00:00:00 2001 From: tsutsumi <> Date: Wed, 24 Sep 2003 11:03:20 +0000 Subject: [PATCH] An input directory was collected short. --- doc/Doxyfile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index d05d674..982385d 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 -- 2.11.0