diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-09 14:57:17 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-03-09 18:43:51 +0100 |
commit | bde09c45adf0daf252fafbaf87683d3ed7eaab07 (patch) | |
tree | 88ceafe84439fa645eef7f5535cb6c1dee321573 | |
parent | 7624eefe5a1f116f1e2b4c43fb5933181d7cdfa3 (diff) |
Build C documentation too with Doxygen
-rw-r--r-- | Doxyfile | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 |