From 73faf5cc155b5cb7d4ce32e637a5610df4d143c9 Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Mon, 26 May 2025 13:42:05 +0200 Subject: [PATCH] doc: doxygen: Add openthread module header to INPUT Add openthread module header to INPUT due to dependencies to symbols in `zephyr/net/openthread.h` Signed-off-by: Adrian Gielniewski --- doc/zephyr.doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/zephyr.doxyfile.in b/doc/zephyr.doxyfile.in index 11b1da30688..6ebd397e0d1 100644 --- a/doc/zephyr.doxyfile.in +++ b/doc/zephyr.doxyfile.in @@ -981,6 +981,7 @@ INPUT = @ZEPHYR_BASE@/doc/_doxygen/mainpage.md \ @ZEPHYR_BASE@/subsys/testsuite/ztest/include/ \ @ZEPHYR_BASE@/subsys/secure_storage/include/ \ @ZEPHYR_BASE@/subsys/fs/zms/zms_priv.h \ + @ZEPHYR_BASE@/modules/openthread/include/openthread.h \ # This tag can be used to specify the character encoding of the source files # that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses