Ignore tinycrypt headers from doxygen input
This commit is contained in:
parent
02493afe6c
commit
95de220ade
1 changed files with 3 additions and 1 deletions
|
@ -696,7 +696,9 @@ RECURSIVE = YES
|
||||||
# Note that relative paths are relative to the directory from which doxygen is
|
# Note that relative paths are relative to the directory from which doxygen is
|
||||||
# run.
|
# run.
|
||||||
|
|
||||||
EXCLUDE =
|
EXCLUDE = ./../include/tinycrypt/ecc.h \
|
||||||
|
./../include/tinycrypt/ecc_dh.h \
|
||||||
|
./../include/tinycrypt/ecc_dsa.h
|
||||||
|
|
||||||
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
|
# 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
|
# directories that are symbolic links (a Unix file system feature) are excluded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue