Skip to content

Commit af6f342

Browse files
committed
Remove RTOS from Doxygen exception list (with the exception of CMSIS/RTX directores)
1 parent e98a744 commit af6f342

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

doxyfile_options

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,14 +840,12 @@ EXCLUDE_PATTERNS = */tools/* \
840840
*/TESTS/* \
841841
*/targets/* \
842842
*/BUILD/* \
843-
*/rtos/* \
843+
*/rtos/rtx* \
844844
*/cmsis/* \
845-
*/hal/* \
846845
*/FEATURE_* \
847846
*/features/mbedtls/* \
848847
*/features/storage/* \
849848
*/features/unsupported/* \
850-
*/features/frameworks/* \
851849
*/features/filesystem/* \
852850

853851
# 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
@@ -8,5 +8,5 @@
88
"PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"",
99
"EXPAND_AS_DEFINED": "",
1010
"SKIP_FUNCTION_MACROS": "NO",
11-
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/* */BUILD/* */rtos/* */cmsis/* */hal/* */features/FEATURES_*"
11+
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/filesystem/* */BUILD/* */rtos/rtx*/* */cmsis/* */features/FEATURES_*"
1212
}

0 commit comments

Comments
 (0)