From: Leandro Lucarella Date: Tue, 30 Sep 2008 15:51:20 +0000 (-0300) Subject: Generate reference documentation from headers only X-Git-Url: https://git.llucax.com/software/posixx.git/commitdiff_plain/6fbb67f7b99ad1ec9989f6f99f8630651404c194 Generate reference documentation from headers only --- diff --git a/doc/Doxyfile b/doc/Doxyfile index 2f82d63..e442700 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -551,7 +551,7 @@ INPUT_ENCODING = UTF-8 # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 -FILE_PATTERNS = +FILE_PATTERNS = *.hpp # 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.