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

View File

@@ -32,4 +32,7 @@ format:
':!uACPI/tests/**' \
':!libk/printf*')
.PHONY: all clean format
doxygen:
doxygen
.PHONY: all clean format doxygen