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

View file

@ -30,6 +30,8 @@
pkgs.prettier
pkgs.nixfmt
pkgs.doxygen
pkgs.graphviz
];
};
};