summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-04 15:19:47 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-04 15:19:47 +0100
commit5a4a1d893180ee002c500cb092182751ffd728e9 (patch)
tree9e68f685b4c6e3e8f6165073ca24960cfffdd709 /docs/doxygen.conf
parent932be58f1619c059bc100d622525ec777b648116 (diff)
downloadwolfbones-5a4a1d893180ee002c500cb092182751ffd728e9.tar.gz
wolfbones-5a4a1d893180ee002c500cb092182751ffd728e9.tar.bz2
fixed doxygen generation
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 5c8f615..c59432e 100644
--- a/docs/doxygen.conf
+++ b/docs/doxygen.conf
@@ -552,7 +552,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT =
+INPUT = src include
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -575,7 +575,7 @@ FILE_PATTERNS = *.c *.h
# 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