Skip to content

Commit 05d4c3d

Browse files
committed
doxygen: Add RTOS present macro
There is functionality hidden behind this macro. As result, doxygen won't include these. It should be enabled to cover this functionality as well. If we consider baremetal, each functionality not available contain own note about this.
1 parent af4c8a9 commit 05d4c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doxyfile_options

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,6 +2102,7 @@ PREDEFINED = DOXYGEN_ONLY \
21022102
DEVICE_QSPI \
21032103
DEVICE_STORAGE \
21042104
DEVICE_WATCHDOG \
2105+
MBED_CONF_RTOS_PRESENT \
21052106
"TFM_LVL=1" \
21062107
"MBED_DEPRECATED_SINCE(d, m)=" \
21072108
"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \

0 commit comments

Comments
 (0)