Avoid doxyfile checks on cryptocell feature

Exclude cryptocell feature in the doxyfile script
pull/6794/head
Ron Eldor 2018-05-22 10:18:46 +03:00
parent d2bcf3c356
commit 148e09f5e8
1 changed files with 1 additions and 0 deletions

View File

@ -841,6 +841,7 @@ EXCLUDE_PATTERNS = */tools/* \
*/BUILD/* \ */BUILD/* \
*/rtos/TARGET_CORTEX/rtx* \ */rtos/TARGET_CORTEX/rtx* \
*/cmsis/* \ */cmsis/* \
*/features/cryptocell/* \
*/features/mbedtls/* \ */features/mbedtls/* \
*/features/storage/* \ */features/storage/* \
*/features/unsupported/* \ */features/unsupported/* \