X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Doxyfile.in;fp=Doxyfile.in;h=0a02db2e5265de80c00098198281e088e3516b75;hb=0d6668d8b26f5cab2ba239b05e43f22647b174ba;hp=442f8e329527784b4c1b28845ff2c4dc8c67ace0;hpb=9f15a2646ae6c666ac16c2d779afc3ee205df069;p=pazpar2-moved-to-github.git 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.