From 8d40d8788cf7f2a7eb49d03430ca1dc589c2b1a9 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Thu, 7 Nov 2019 15:24:59 -0800 Subject: [PATCH] doc: update DOXY_SOURCES Need to add the kernel_arch_interface.h header here to match zephyr.doxyfile.in. This is the header which contains the formal kernel-to- architecture interface and we want docs generated for it. Signed-off-by: Andrew Boie --- doc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 03a66888ef4..04997e57ac7 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -135,6 +135,7 @@ add_custom_target( # a superset of INPUT= and FILE_PATTERNS= in zephyr.doxyfile.in file(GLOB_RECURSE DOXY_SOURCES ${ZEPHYR_BASE}/include/*.[c,h,S] + ${ZEPHYR_BASE}/kernel/include/kernel_arch_interface.h ${ZEPHYR_BASE}/lib/libc/*.[c,h,S] ${ZEPHYR_BASE}/subsys/testsuite/ztest/include/*.[h,c,S] ${ZEPHYR_BASE}/tests/*.[h,c,S]