Added initial Doxygen config

This commit is contained in:
Bartek Kryza
2023-06-18 23:41:48 +02:00
parent 7575147b71
commit 6dd4089c8d
12 changed files with 3561 additions and 8 deletions

View File

@@ -441,6 +441,8 @@ This project relies on the following great tools:
* [backward-cpp](https://github.com/bombela/backward-cpp) - stack trace pretty printer for C++
* [yaml-cpp](https://github.com/jbeder/yaml-cpp) - YAML parser library for C++
* [spdlog](https://github.com/gabime/spdlog) - Fast C++ logging library
* [Doxygen](https://www.doxygen.nl/) - C++ documentation generator
* [Doxygen Awesome](https://jothepro.github.io/doxygen-awesome-css) - Doxygen CSS style
## Contributing