Remove RTOS from Doxygen exception list (with the exception of CMSIS/RTX directores)

pull/4521/head
Kevin Gilbert 2017-06-05 16:23:35 -05:00 committed by adbridge
parent e31cec9ebf
commit 1bf722ccd4
2 changed files with 2 additions and 4 deletions

View File

@ -840,14 +840,12 @@ EXCLUDE_PATTERNS = */tools/* \
*/TESTS/* \ */TESTS/* \
*/targets/* \ */targets/* \
*/BUILD/* \ */BUILD/* \
*/rtos/* \ */rtos/rtx* \
*/cmsis/* \ */cmsis/* \
*/hal/* \
*/FEATURE_* \ */FEATURE_* \
*/features/mbedtls/* \ */features/mbedtls/* \
*/features/storage/* \ */features/storage/* \
*/features/unsupported/* \ */features/unsupported/* \
*/features/frameworks/* \
*/features/filesystem/* \ */features/filesystem/* \
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names

View File

@ -8,5 +8,5 @@
"PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"", "PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"",
"EXPAND_AS_DEFINED": "", "EXPAND_AS_DEFINED": "",
"SKIP_FUNCTION_MACROS": "NO", "SKIP_FUNCTION_MACROS": "NO",
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/* */BUILD/* */rtos/* */cmsis/* */hal/* */features/FEATURES_*" "EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/filesystem/* */BUILD/* */rtos/rtx*/* */cmsis/* */features/FEATURES_*"
} }