mirror of https://github.com/ARMmbed/mbed-os.git
Allow storage doxy to build
parent
920db63453
commit
cf12bef7d7
|
@ -843,7 +843,8 @@ EXCLUDE_PATTERNS = */tools/* \
|
|||
*/cmsis/* \
|
||||
*/features/cryptocell/* \
|
||||
*/features/mbedtls/* \
|
||||
*/features/storage/* \
|
||||
*/features/storage/cfstore/* \
|
||||
*/features/storage/FEATURE_STORAGE/* \
|
||||
*/features/unsupported/* \
|
||||
*/features/lwipstack/* \
|
||||
*/features/nanostack/sal-stack-nanostack/* \
|
||||
|
@ -855,7 +856,8 @@ EXCLUDE_PATTERNS = */tools/* \
|
|||
*/nanostack/sal-stack-nanostack-eventloop/* \
|
||||
*/ble/generic/* \
|
||||
*/ble/pal/* \
|
||||
*/components/* \
|
||||
*/components/802.15.4_RF/* \
|
||||
*/components/wifi/* \
|
||||
*/UNITTESTS/*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
"EXPAND_AS_DEFINED": "",
|
||||
"SKIP_FUNCTION_MACROS": "NO",
|
||||
"STRIP_CODE_COMMENTS": "NO",
|
||||
"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/*"
|
||||
"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/*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue