From 95de220ade7396b2e29c454560c64ef0709bc26c Mon Sep 17 00:00:00 2001 From: Jarno Lamsa Date: Thu, 25 Apr 2019 15:11:29 +0300 Subject: [PATCH] Ignore tinycrypt headers from doxygen input --- doxygen/mbedtls.doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doxygen/mbedtls.doxyfile b/doxygen/mbedtls.doxyfile index 574db8d46..e30b18431 100644 --- a/doxygen/mbedtls.doxyfile +++ b/doxygen/mbedtls.doxyfile @@ -696,7 +696,9 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # 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 # directories that are symbolic links (a Unix file system feature) are excluded