Skip to content

Commit 10985ee

Browse files
committed
Include doxygen from test directories
Turn on doxygen for tests. This allows testing functions to be referenced, which will be used for various parts of the HAL specification.
1 parent df84eec commit 10985ee

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
@@ -837,7 +837,6 @@ EXCLUDE_SYMLINKS = YES
837837
# exclude all test directories for example use the pattern */test/*
838838

839839
EXCLUDE_PATTERNS = */tools/* \
840-
*/TESTS/* \
841840
*/targets/* \
842841
*/BUILD/* \
843842
*/rtos/TARGET_CORTEX/rtx* \

doxygen_options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"EXPAND_AS_DEFINED": "",
1010
"SKIP_FUNCTION_MACROS": "NO",
1111
"FILE_PATTERNS": "*.h *.c *.cpp",
12-
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/filesystem/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/FEATURES_* */features/frameworks/*/source/*"
12+
"EXCLUDE_PATTERNS": "*/tools/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/filesystem/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/FEATURES_* */features/frameworks/*/source/*"
1313
}

0 commit comments

Comments
 (0)