doc: add kernel_arch_interface.h to doc generation

Otherwise, we will not pick up all the arch interfaces.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-11-07 13:58:27 -08:00 committed by Andrew Boie
commit 8f5e58f064

View file

@ -749,6 +749,7 @@ WARN_LOGFILE =
# This MUST be kept in sync with DOXY_SOURCES in doc/CMakeLists.txt
# for incremental (and faster) builds to work correctly.
INPUT = custom-doxygen/mainpage.md \
@ZEPHYR_BASE@/kernel/include/kernel_arch_interface.h \
@ZEPHYR_BASE@/include/ \
@ZEPHYR_BASE@/lib/libc/minimal/include/ \
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/ \