Skip to content

Commit 0363399

Browse files
committed
Doxygen: Update excluded paths and predefined macros.
* Remove BLE feature from the list of excluded folders. * Define the macro MBED_DEPRECATED.
1 parent b554fce commit 0363399

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doxyfile_options

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,15 @@ EXCLUDE_PATTERNS = */tools/* \
841841
*/BUILD/* \
842842
*/rtos/TARGET_CORTEX/rtx* \
843843
*/cmsis/* \
844-
*/FEATURE_* \
845844
*/features/mbedtls/* \
846845
*/features/storage/* \
847846
*/features/unsupported/* \
847+
*/features/FEATURE_COMMON_PAL/* \
848+
*/features/FEATURE_LWIP/* \
849+
*/features/FEATURE_UVISOR/* \
850+
*/features/nanostack/* \
851+
*/ble/generic/* \
852+
*/ble/pal/*
848853

849854
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
850855
# (namespaces, classes, functions, etc.) that should be excluded from the
@@ -2081,7 +2086,8 @@ PREDEFINED = DOXYGEN_ONLY \
20812086
DEVICE_SPISLAVE \
20822087
DEVICE_STORAGE \
20832088
"MBED_DEPRECATED_SINCE(d, m)=" \
2084-
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)="
2089+
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
2090+
"MBED_DEPRECATED(s)="
20852091

20862092
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
20872093
# tag can be used to specify a list of macro names that should be expanded. The

0 commit comments

Comments
 (0)