From 28c75b228326958d3009b6c0052c6d9dac3a36fb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Mar 2015 10:36:34 +0100 Subject: [PATCH] doc/doxygen.conf: generate documentation for C++ headers --- doc/doxygen.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxygen.conf.in b/doc/doxygen.conf.in index 1e63db844..13c4ab23e 100644 --- a/doc/doxygen.conf.in +++ b/doc/doxygen.conf.in @@ -538,7 +538,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 = *.h +FILE_PATTERNS = *.h *.hxx # 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.