Skip to content

Commit 5f9f8c5

Browse files
committed
doxygen_options update
All fields are strings, not arrays. Update the PREDEFINED and EXCLUDE_PATTERNS fields.
1 parent 61c4d50 commit 5f9f8c5

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

doxygen_options.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,8 @@
55
"SEARCH_INCLUDES": "YES",
66
"INCLUDE_PATH": "",
77
"INCLUDE_FILE_PATTERNS": "",
8-
"PREDEFINED": ["DOXYGEN_ONLY", "MBED_DEPRECATED_SINCE(f, g)="],
8+
"PREDEFINED": "DOXYGEN_ONLY \"MBED_DEPRECATED_SINCE(f, g)=\"",
99
"EXPAND_AS_DEFINED": "",
1010
"SKIP_FUNCTION_MACROS": "NO",
11-
"EXCLUDE_PATTERNS": ["*/targets/*",
12-
"*/features/FEATURE_*/*",
13-
"*/features/mbedtls/*",
14-
"*/features/nanostack/*",
15-
"*/features/storage/*",
16-
"*/features/unsupported/*",
17-
"*/features/frameworks/*",
18-
"*/features/filesystem/fat/*",
19-
"*/BUILD/*",
20-
"*/rtos/*",
21-
"*/events/*",
22-
"*/platform/*",
23-
"*/cmsis/*",
24-
"*/hal/*",
25-
"*/features/*"]
11+
"EXCLUDE_PATTERNS": "*/targets/* */features/FEATURE_*/* */features/mbedtls/* */features/nanostack/* */features/storage/* */features/unsupported/* */features/frameworks/* */features/filesystem/fat/* */BUILD/* */rtos/* */events/* */platform/* */cmsis/* */hal/* */features/*"
2612
}

0 commit comments

Comments
 (0)