From 7bbbbbab9af2da769483f1d6db4aea974e8dfa15 Mon Sep 17 00:00:00 2001 From: Niclas Finne Date: Tue, 19 Dec 2017 17:05:36 +0100 Subject: [PATCH] Excluded the optional tinyDTLS module from Doxygen --- tools/doxygen/Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/doxygen/Doxyfile b/tools/doxygen/Doxyfile index 8073a8239..2c2bf5e4a 100644 --- a/tools/doxygen/Doxyfile +++ b/tools/doxygen/Doxyfile @@ -809,7 +809,8 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */cpu/cc26xx-cc13xx/lib/* \ */cpu/cc26xx-cc13xx/rf-core/api/* \ - */platform/stm32nucleo-spirit1/stm32cube-lib/* + */platform/stm32nucleo-spirit1/stm32cube-lib/* \ + */os/net/security/tinydtls/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the