mirror of https://github.com/ARMmbed/mbed-os.git
Doxygen: Update excluded paths and predefined macros.
* Remove BLE feature from the list of excluded folders. * Define the macro MBED_DEPRECATED.pull/5701/head
parent
b554fce00f
commit
0363399e56
|
@ -841,10 +841,15 @@ EXCLUDE_PATTERNS = */tools/* \
|
|||
*/BUILD/* \
|
||||
*/rtos/TARGET_CORTEX/rtx* \
|
||||
*/cmsis/* \
|
||||
*/FEATURE_* \
|
||||
*/features/mbedtls/* \
|
||||
*/features/storage/* \
|
||||
*/features/unsupported/* \
|
||||
*/features/FEATURE_COMMON_PAL/* \
|
||||
*/features/FEATURE_LWIP/* \
|
||||
*/features/FEATURE_UVISOR/* \
|
||||
*/features/nanostack/* \
|
||||
*/ble/generic/* \
|
||||
*/ble/pal/*
|
||||
|
||||
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
|
||||
# (namespaces, classes, functions, etc.) that should be excluded from the
|
||||
|
@ -2081,7 +2086,8 @@ PREDEFINED = DOXYGEN_ONLY \
|
|||
DEVICE_SPISLAVE \
|
||||
DEVICE_STORAGE \
|
||||
"MBED_DEPRECATED_SINCE(d, m)=" \
|
||||
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)="
|
||||
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
|
||||
"MBED_DEPRECATED(s)="
|
||||
|
||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||
# tag can be used to specify a list of macro names that should be expanded. The
|
||||
|
|
Loading…
Reference in New Issue