From: Miek Gieben Date: Mon, 25 Apr 2005 09:42:02 +0000 (+0000) Subject: only use .h files for documentation X-Git-Tag: release-0.50~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b3da608806343d53ece6bcfa7ced4e3aa9a94f;p=thirdparty%2Fldns.git only use .h files for documentation --- diff --git a/libdns.doxygen b/libdns.doxygen index 6763bb65..8d495cba 100644 --- a/libdns.doxygen +++ b/libdns.doxygen @@ -432,7 +432,7 @@ INPUT = . ldns/ # *.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 = *.c *.h +FILE_PATTERNS = *.h # 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.