summaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Doxyfile b/Doxyfile
index 68ffcea9..46b888b7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -778,7 +778,9 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
-FILE_PATTERNS = *.cc \
+FILE_PATTERNS = *.c \
+ *.h \
+ *.cc \
*.hh \
*.doc
@@ -795,11 +797,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE = dlib \
- dpi \
- dpid \
- dpip \
- src
+EXCLUDE =
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded