doc: fix doxygen BUILD_ASSERT error

PR #10216 hit a doxygen/breathe known issue that is worked around by
adding an entry to the doxygen configuration to treat BUILD_ASSERT() as
a predefined macro.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-09-25 10:29:01 -07:00 committed by Anas Nashif
parent 55b462cdfa
commit 713b6df561
1 changed files with 1 additions and 0 deletions

View File

@ -1984,6 +1984,7 @@ PREDEFINED = "CONFIG_SYS_CLOCK_EXISTS=y" \
"DEVICE_DEFINE()=" \
"DEVICE_AND_API_INIT()=" \
"BUILD_ASSERT_MSG()=" \
"BUILD_ASSERT()=" \
"__deprecated=" \
"__packed=" \
"__aligned(x)=" \