Skip to content

Commit af56a6b

Browse files
committed
doc: Drop tests/kernel from doxygen input path
We are running into a doxygen error with intmath.c from tests/kernel/common/src/. intmath.c:29: warning: member with no name found. Drop tests/kernel from the doxygen input path for now. Signed-off-by: Kumar Gala <[email protected]>
1 parent 6a86c19 commit af56a6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/zephyr.doxyfile.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,7 @@ INPUT = @ZEPHYR_BASE@/include/ \
756756
@ZEPHYR_BASE@/include/arch/nios2/ \
757757
@ZEPHYR_BASE@/lib/libc/minimal/include/ \
758758
@ZEPHYR_BASE@/include/net/dns_resolve.h \
759-
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/ \
760-
@ZEPHYR_BASE@/tests/kernel/
759+
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/
761760

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

0 commit comments

Comments
 (0)