summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Boie <andrew.p.boie@intel.com>2016-08-29 11:21:42 -0700
committerAndrew Boie <andrew.p.boie@intel.com>2016-08-30 17:27:26 +0000
commita3d3659c753b9363d3b219de3358ff2717fb31d2 (patch)
treef8c924ad663a5ec597b44b8565feb2296d77f9c7 /doc
parent710e82facafab95ee11b48be65230cb753db4552 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doxygen.config b/doc/doxygen.config
index a7ff7495c..a423fd499 100644
--- a/doc/doxygen.config
+++ b/doc/doxygen.config
@@ -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
#---------------------------------------------------------------------------