feat(docs): add Doxygen configuration and update .gitignore for documentation files

This commit is contained in:
HendrikRauh 2026-03-15 19:39:48 +01:00
parent a2d51540b7
commit fe6a1ab79b
4 changed files with 85 additions and 0 deletions

3
.gitignore vendored
View file

@ -52,6 +52,9 @@ venv*/
*.tmp
*.bak
# Documentation
docs/doxygen/*
# Misc
*.local