mirror of https://github.com/ARMmbed/mbed-os.git
Add configuration file for docs.mbed.com builds
parent
9dd24f92c2
commit
f2cd27344e
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"ENABLE_PREPROCESSING": "YES",
|
||||||
|
"MACRO_EXPANSION": "YES",
|
||||||
|
"EXPAND_ONLY_PREDEF": "NO",
|
||||||
|
"SEARCH_INCLUDES": "YES",
|
||||||
|
"INCLUDE_PATH": "",
|
||||||
|
"INCLUDE_FILE_PATTERNS": "",
|
||||||
|
"PREDEFINED": ["DOXYGEN_ONLY", "MBED_DEPRECATED_SINCE(f, g)="],
|
||||||
|
"EXPAND_AS_DEFINED": "",
|
||||||
|
"SKIP_FUNCTION_MACROS": "NO",
|
||||||
|
"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/*"]
|
||||||
|
}
|
Loading…
Reference in New Issue