doc: doxygen: define XEN_GUEST_HANDLE_64 as no-op

Doxygen gets confused by the macro expansion in
include/zephyr/xen/public/domctl.h as that is only defined if
CONFIG_ARM64=y, add a no-op expansion of that macro when building the
documention so it has something to work on.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-09-15 11:55:35 +00:00 committed by Fabio Baltieri
parent 71dbeeb084
commit 8bd49da316

View file

@ -2391,6 +2391,7 @@ PREDEFINED = __DOXYGEN__ \
NET_MGMT_DEFINE_REQUEST_HANDLER(x)= \
DEVICE_DEFINE()= \
BUILD_ASSERT()= \
XEN_GUEST_HANDLE_64(x)= \
_LINKER \
__deprecated= \
__packed= \