doxygen: ignore function attributes
These needlessly confuse the parser. Define them as empty predefined macros. Change-Id: Iac6a909f278e1f8a757410612f64b1c46f67ff41 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
710e82faca
commit
a3d3659c75
|
@ -276,6 +276,8 @@ PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
|
|||
"CONFIG_DEVICE_POWER_MANAGEMENT=y" \
|
||||
"CONFIG_BLUETOOTH_SMP=y" \
|
||||
"CONFIG_BLUETOOTH_BREDR=y" \
|
||||
"__printf_like(x, y)=" \
|
||||
"__attribute(x)__="
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = NO
|
||||
#---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue