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:
Andrew Boie 2016-08-29 11:21:42 -07:00
parent 710e82faca
commit a3d3659c75
1 changed files with 2 additions and 0 deletions

View File

@ -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
#---------------------------------------------------------------------------