aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 14:57:17 +0100
committerrodarima <rodarima@gmail.com>2024-03-09 18:43:51 +0100
commitbde09c45adf0daf252fafbaf87683d3ed7eaab07 (patch)
tree88ceafe84439fa645eef7f5535cb6c1dee321573
parent7624eefe5a1f116f1e2b4c43fb5933181d7cdfa3 (diff)
Build C documentation too with Doxygen
-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