restricting to non-test files
authorMarc Cromme <marc@indexdata.dk>
Thu, 19 Apr 2007 19:40:22 +0000 (19:40 +0000)
committerMarc Cromme <marc@indexdata.dk>
Thu, 19 Apr 2007 19:40:22 +0000 (19:40 +0000)
Doxyfile.in

index 442f8e3..0a02db2 100644 (file)
@@ -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.