Skip to content

Commit 92fc508

Browse files
committed
Remove HAL from Doxygen exception lists
1 parent 744b95c commit 92fc508

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doxyfile_options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,6 @@ EXCLUDE_PATTERNS = */tools/* \
843843
*/events/* \
844844
*/rtos/* \
845845
*/cmsis/* \
846-
*/hal/* \
847846
*/FEATURE_* \
848847
*/features/mbedtls/* \
849848
*/features/storage/* \

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/* */events/* */cmsis/* */hal/* */features/FEATURES_*"
11+
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/* */BUILD/* */rtos/* */events/* */cmsis/* */features/FEATURES_*"
1212
}

0 commit comments

Comments
 (0)