aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-03-17 10:36:34 +0100
committerMax Kellermann <max@duempel.org>2015-03-17 10:46:35 +0100
commit28c75b228326958d3009b6c0052c6d9dac3a36fb (patch)
tree7e4608b92125f9e8de505f7e411dd0888ec67d76 /doc
parentb6e56119c4c40b3c067832804e3341fcdd66ac9c (diff)
downloadmpd-28c75b228326958d3009b6c0052c6d9dac3a36fb.tar.gz
mpd-28c75b228326958d3009b6c0052c6d9dac3a36fb.tar.xz
mpd-28c75b228326958d3009b6c0052c6d9dac3a36fb.zip
doc/doxygen.conf: generate documentation for C++ headers
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.conf.in2
1 files changed, 1 insertions, 1 deletions
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.