summaryrefslogtreecommitdiff
path: root/doxygen/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen/Doxyfile')
-rw-r--r--doxygen/Doxyfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile
index a0de49e..304d3b2 100644
--- a/doxygen/Doxyfile
+++ b/doxygen/Doxyfile
@@ -680,7 +680,10 @@ INPUT_ENCODING = UTF-8
# *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
# *.f90 *.f *.for *.vhd *.vhdl
-FILE_PATTERNS =
+FILE_PATTERNS = \
+ *.c \
+ *.doxy_include \
+ *.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.