doc: doxygen: Remove kernel tests
Remove kernel tests from Doxygen INPUT as they end up unnecessarily included in the generated API documentation. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
5def4ab915
commit
d497ca0089
1 changed files with 1 additions and 2 deletions
|
|
@ -926,8 +926,7 @@ INPUT = @ZEPHYR_BASE@/doc/_doxygen/mainpage.md \
|
|||
@ZEPHYR_BASE@/include/ \
|
||||
@ZEPHYR_BASE@/lib/libc/minimal/include/ \
|
||||
@ZEPHYR_BASE@/subsys/testsuite/include/ \
|
||||
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/ \
|
||||
@ZEPHYR_BASE@/tests/kernel/
|
||||
@ZEPHYR_BASE@/subsys/testsuite/ztest/include/
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue