From 0d6668d8b26f5cab2ba239b05e43f22647b174ba Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 19 Apr 2007 19:40:22 +0000 Subject: [PATCH] restricting to non-test files --- Doxyfile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile.in b/Doxyfile.in index 442f8e3..0a02db2 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -426,7 +426,7 @@ INPUT = src # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm -FILE_PATTERNS = +FILE_PATTERNS = *.h *.c # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -438,7 +438,7 @@ RECURSIVE = YES # 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 = test*.h test*.c # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input. -- 1.7.10.4