Skip to content
Snippets Groups Projects
Commit 96c54896 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Tune doxygen

parent 252e5ae0
No related branches found
No related tags found
No related merge requests found
......@@ -776,8 +776,7 @@ INPUT_ENCODING = UTF-8
# *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf,
# *.qsf, *.as and *.js.
FILE_PATTERNS = *.c \
*.h \
FILE_PATTERNS = *.h \
*.cpp
# The RECURSIVE tag can be used to specify whether or not subdirectories should
......@@ -793,8 +792,13 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = ../src/old \
../src/examples
EXCLUDE = ../src/examples \
../src/test \
../src/internal \
../src/scilab \
../src/serialization \
../src/solver \
../src/data_association
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment