summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid B. Kinder <david.b.kinder@intel.com>2016-09-12 10:16:13 -0700
committerAnas Nashif <nashif@linux.intel.com>2016-09-13 19:17:32 +0000
commit7bc92b3d50090e84d3e2ca9d37eacf0ee042e070 (patch)
treefbd60eb461c38354549e4845c152106356809896 /doc
parent31341b32552cfa07d3b85e4bb1b59334ea6b6d7b (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/doxygen.config b/doc/doxygen.config
index a423fd499..dd2ae4ad5 100644
--- a/doc/doxygen.config
+++ b/doc/doxygen.config
@@ -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 =