📝 add doxygen support.

main
bog 2023-10-12 21:18:36 +02:00
parent 15b2f612ac
commit 01446e331b
3 changed files with 2827 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
*~* *~*
*\#* *\#*
.cache .cache
build build
build_doc

2822
Doxyfile Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
.PHONY: build tests .PHONY: build tests doc
build: build:
meson setup build meson setup build
@ -18,3 +18,5 @@ check:
--suppress=missingIncludeSystem \ --suppress=missingIncludeSystem \
--suppress=missingInclude \ --suppress=missingInclude \
src tests src tests
doc:
doxygen