From: konrad Date: Sun, 31 Oct 2010 13:47:02 +0000 (+0000) Subject: make doxygen find all sources X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=b6b9d8670ef9f82beca4781443b218f0e3b42c4f;p=konrad%2Ftzone.git make doxygen find all sources git-svn-id: https://silmor.de/svn/softmagic/tzone/trunk@618 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- diff --git a/Doxyfile b/Doxyfile index be19fcf..5d52d66 100644 --- 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