From c8edacdd6dc8c2db364c846637ca8bb2dd47fde3 Mon Sep 17 00:00:00 2001 From: Edvard Pettersen Date: Fri, 31 Aug 2018 10:56:41 +0200 Subject: [PATCH] Added doxygen exclude of Core SDK --- tools/doxygen/Doxyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/doxygen/Doxyfile b/tools/doxygen/Doxyfile index a7dc79fab..db2efa697 100644 --- a/tools/doxygen/Doxyfile +++ b/tools/doxygen/Doxyfile @@ -809,6 +809,10 @@ EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = */cpu/cc26xx-cc13xx/lib/* \ */cpu/cc26xx-cc13xx/rf-core/api/* \ + */cpu/cc13xx-cc26xx/lib/* \ + */cpu/cc13xx-cc26xx/rf-settings/* \ + */cpu/cc13xx-cc26xx/cc13x0-cc26x0/driverlib/* \ + */cpu/cc13xx-cc26xx/cc13x0-cc26x0/rf_patches/* \ */platform/stm32nucleo-spirit1/stm32cube-lib/* \ */os/net/security/tinydtls/*