diff options
Diffstat (limited to 'Doxyfile')
-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 |