Move kernel doxygen stuff to kernel/

This commit is contained in:
2025-12-30 17:04:05 +01:00
parent 34f1e0ba30
commit a6c3f4cf87
5 changed files with 19 additions and 17 deletions

11
docs.mk
View File

@@ -1,8 +1,7 @@
docs:
doxygen
doxygen_kernel:
make -C kernel platform=$(platform) doxygen
docs: doxygen_kernel
mkdocs build
doxygen:
doxygen
.PHONY: docs doxygen
.PHONY: docs doxygen_kernel