diff options
author | Vincent Richard <[email protected]> | 2004-12-31 10:54:25 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-31 10:54:25 +0000 |
commit | 406181ca1faa2c91d28c5cfb392c4dd61929e414 (patch) | |
tree | 1c6832de4138a0a864b8e9fcea240a71bda697e5 | |
parent | Started version 0.6.2. (diff) | |
download | vmime-406181ca1faa2c91d28c5cfb392c4dd61929e414.tar.gz vmime-406181ca1faa2c91d28c5cfb392c4dd61929e414.zip |
Fixed config file for Doxygen.
-rw-r--r-- | vmime.doxygen | 4 |
1 files 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 |