doc/doxygen.conf: generate documentation for C++ headers

This commit is contained in:
Max Kellermann 2015-03-17 10:36:34 +01:00
parent b6e56119c4
commit 28c75b2283
1 changed files with 1 additions and 1 deletions

View File

@ -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.