summaryrefslogtreecommitdiff
path: root/docs/doxygen.conf
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-01-08 14:08:28 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-01-08 14:08:28 +0100
commit66d507d906fc51e06b6c134fadf9c4610b9b91c4 (patch)
tree153589211cd09f5bd27f435466657785e674f5fe /docs/doxygen.conf
parenta7eaaaf8e28751b2e8c69b0e58e8b99a668f8821 (diff)
downloadwolfbones-66d507d906fc51e06b6c134fadf9c4610b9b91c4.tar.gz
wolfbones-66d507d906fc51e06b6c134fadf9c4610b9b91c4.tar.bz2
fixed bad recusion in distclean and fixed small things in testd
Diffstat (limited to 'docs/doxygen.conf')
-rw-r--r--docs/doxygen.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf
index 58de232..0cf15d8 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 = src include
+INPUT = src tests 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