]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
only use .h files for documentation
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 25 Apr 2005 09:42:02 +0000 (09:42 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 25 Apr 2005 09:42:02 +0000 (09:42 +0000)
libdns.doxygen

index 6763bb65c9cbb46804e8ba8b611b90c215aa6787..8d495cbaec6d930270bd6492d94256740c6e77c8 100644 (file)
@@ -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.