From 406181ca1faa2c91d28c5cfb392c4dd61929e414 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 31 Dec 2004 10:54:25 +0000 Subject: [PATCH] Fixed config file for Doxygen. --- vmime.doxygen | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vmime.doxygen b/vmime.doxygen index 0ab3aad3..231ea27d 100644 --- a/vmime.doxygen +++ b/vmime.doxygen @@ -344,7 +344,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ./src/ ./src/messaging/ ./src/utility/ ./src/platforms/posix/ +INPUT = ./src/ ./vmime/ # 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 @@ -359,7 +359,7 @@ FILE_PATTERNS = # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. -RECURSIVE = NO +RECURSIVE = YES # 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