Skip to content

Commit 73faf5c

Browse files
adigiekartben
authored andcommitted
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 <adrian.gielniewski@nordicsemi.no>
1 parent 47f39a1 commit 73faf5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ INPUT = @ZEPHYR_BASE@/doc/_doxygen/mainpage.md \
981981
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/ \
982982
@ZEPHYR_BASE@/subsys/secure_storage/include/ \
983983
@ZEPHYR_BASE@/subsys/fs/zms/zms_priv.h \
984+
@ZEPHYR_BASE@/modules/openthread/include/openthread.h \
984985

985986
# This tag can be used to specify the character encoding of the source files
986987
# that Doxygen parses. Internally Doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)