diff --git a/doxyfile_options b/doxyfile_options index 3ea905c1ca..00faa60853 100644 --- a/doxyfile_options +++ b/doxyfile_options @@ -840,14 +840,12 @@ EXCLUDE_PATTERNS = */tools/* \ */TESTS/* \ */targets/* \ */BUILD/* \ - */rtos/* \ + */rtos/rtx* \ */cmsis/* \ - */hal/* \ */FEATURE_* \ */features/mbedtls/* \ */features/storage/* \ */features/unsupported/* \ - */features/frameworks/* \ */features/filesystem/* \ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names diff --git a/doxygen_options.json b/doxygen_options.json index 3cef66af47..54ef1b8734 100644 --- a/doxygen_options.json +++ b/doxygen_options.json @@ -8,5 +8,5 @@ "PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\"", "EXPAND_AS_DEFINED": "", "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_*" }