From b6b9d8670ef9f82beca4781443b218f0e3b42c4f Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 31 Oct 2010 13:47:02 +0000 Subject: [PATCH] make doxygen find all sources git-svn-id: https://silmor.de/svn/softmagic/tzone/trunk@618 6e3c4bff-ac9f-4ac1-96c5-d2ea494d3e33 --- Doxyfile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.2.5