Skip to content

Commit 43c9a0e

Browse files
committed
Enable doxygen for nsapi
1 parent 727f52f commit 43c9a0e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doxyfile_options

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,14 +844,12 @@ EXCLUDE_PATTERNS = */tools/* \
844844
*/rtos/* \
845845
*/cmsis/* \
846846
*/hal/* \
847-
*/features/* \
848-
*/features/FEATURE_*/* \
847+
*/FEATURE_* \
849848
*/features/mbedtls/* \
850-
*/features/nanostack/* \
851849
*/features/storage/* \
852850
*/features/unsupported/* \
853851
*/features/frameworks/* \
854-
*/features/filesystem/fat/* \
852+
*/features/filesystem/* \
855853

856854
# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
857855
# (namespaces, classes, functions, etc.) that should be excluded from the

doxygen_options.json

Lines changed: 2 additions & 2 deletions
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/* */features/FEATURE_*/* */features/mbedtls/* */features/nanostack/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/fat/* */BUILD/* */rtos/* */events/* */cmsis/* */hal/* */features/*"
12-
}
11+
"EXCLUDE_PATTERNS": "*/tools/* */TESTS/* */targets/* */FEATURE_*/* */features/mbedtls/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/* */BUILD/* */rtos/* */events/* */cmsis/* */hal/* */features/FEATURES_*"
12+
}

0 commit comments

Comments
 (0)