X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Doxyfile.in;h=0a02db2e5265de80c00098198281e088e3516b75;hb=1ef5687e02cebccd5eb798d599dd336d4480c2d1;hp=442f8e329527784b4c1b28845ff2c4dc8c67ace0;hpb=cb8d8c6915f8450746e8929802231e177f7284d3;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.