Skip to content

Commit cf12bef

Browse files
committed
Allow storage doxy to build
1 parent 920db63 commit cf12bef

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doxyfile_options

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,8 @@ EXCLUDE_PATTERNS = */tools/* \
843843
*/cmsis/* \
844844
*/features/cryptocell/* \
845845
*/features/mbedtls/* \
846-
*/features/storage/* \
846+
*/features/storage/cfstore/* \
847+
*/features/storage/FEATURE_STORAGE/* \
847848
*/features/unsupported/* \
848849
*/features/lwipstack/* \
849850
*/features/nanostack/sal-stack-nanostack/* \
@@ -855,7 +856,8 @@ EXCLUDE_PATTERNS = */tools/* \
855856
*/nanostack/sal-stack-nanostack-eventloop/* \
856857
*/ble/generic/* \
857858
*/ble/pal/* \
858-
*/components/* \
859+
*/components/802.15.4_RF/* \
860+
*/components/wifi/* \
859861
*/UNITTESTS/*
860862

861863
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names

doxygen_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"EXPAND_AS_DEFINED": "",
1111
"SKIP_FUNCTION_MACROS": "NO",
1212
"STRIP_CODE_COMMENTS": "NO",
13-
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */features/mbedtls/* */features/storage/* */features/unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/lwipstack/* */nanostack/sal-stack-nanostack/* */nanostack/coap-service/* */ble/generic/* */ble/pal/* */mbed-trace/* */mbed-coap/* */nanostack-libservice/* */mbed-client-randlib/* */nanostack/sal-stack-nanostack-eventloop/* */components/* */features/nfc/stack/*"
13+
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */features/mbedtls/* */features/storage/cfstore/* */features/storage/FEATURE_STORAGE/* */features/unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/lwipstack/* */nanostack/sal-stack-nanostack/* */nanostack/coap-service/* */ble/generic/* */ble/pal/* */mbed-trace/* */mbed-coap/* */nanostack-libservice/* */mbed-client-randlib/* */nanostack/sal-stack-nanostack-eventloop/* */components/802.15.4_RF/* */components/wifi/* */features/nfc/stack/*"
1414
}

0 commit comments

Comments
 (0)