From: Marc Cromme Date: Thu, 19 Apr 2007 19:40:22 +0000 (+0000) Subject: restricting to non-test files X-Git-Tag: PAZPAR2.1.0.0~257 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=0d6668d8b26f5cab2ba239b05e43f22647b174ba;p=pazpar2-moved-to-github.git restricting to non-test files --- 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.