From 148e09f5e8bce2318c97b162814b11c7373a723a Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Tue, 22 May 2018 10:18:46 +0300 Subject: [PATCH] Avoid doxyfile checks on cryptocell feature Exclude cryptocell feature in the doxyfile script --- doxyfile_options | 1 + 1 file changed, 1 insertion(+) diff --git a/doxyfile_options b/doxyfile_options index 304eadb528..31af07baa1 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -841,6 +841,7 @@ EXCLUDE_PATTERNS = */tools/* \ */BUILD/* \ */rtos/TARGET_CORTEX/rtx* \ */cmsis/* \ + */features/cryptocell/* \ */features/mbedtls/* \ */features/storage/* \ */features/unsupported/* \