doc: workaround for __deprecated functions
This edit to the doxygen.config file causes Doxygen to treat __deprecated as a predefined macro, which expands to nothing. See https://wiki.zephyrproject.org/view/Function_Documentation#Workarounds for further information about this workaround. Change-Id: I8e344cf65d7ff45609d5dd9a0caec14df9799d46 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
31341b3255
commit
7bc92b3d50
@ -276,6 +276,7 @@ PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
|
||||
"CONFIG_DEVICE_POWER_MANAGEMENT=y" \
|
||||
"CONFIG_BLUETOOTH_SMP=y" \
|
||||
"CONFIG_BLUETOOTH_BREDR=y" \
|
||||
"__deprecated=" \
|
||||
"__printf_like(x, y)=" \
|
||||
"__attribute(x)__="
|
||||
EXPAND_AS_DEFINED =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user