make doxygen find all sources
authorkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 31 Oct 2010 13:47:02 +0000 (13:47 +0000)
committerkonrad <konrad@6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33>
Sun, 31 Oct 2010 13:47:02 +0000 (13:47 +0000)
git-svn-id: https://silmor.de/svn/softmagic/tzone/trunk@618 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33

Doxyfile

index be19fcf..5d52d66 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -610,13 +610,13 @@ FILE_PATTERNS          = *.c \
 # 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
 # subdirectory from a directory tree whose root is specified with the INPUT tag.
 
-EXCLUDE                =
+EXCLUDE                = .ctmp test
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
 # directories that are symbolic links (a Unix filesystem feature) are excluded