Remove doxygen since we aren't using it

This commit is contained in:
Alex Selimov 2025-09-12 06:23:09 -04:00
parent 41c02daac3
commit eac630680c
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31

View file

@ -20,7 +20,6 @@ This project leverages a high-performance computing stack for its simulations:
* **CUDA:** NVIDIA's CUDA platform is used to accelerate the computationally intensive parts of the simulation on the GPU. * **CUDA:** NVIDIA's CUDA platform is used to accelerate the computationally intensive parts of the simulation on the GPU.
* **CMake:** A cross-platform build system used to manage the compilation and linking of the project. * **CMake:** A cross-platform build system used to manage the compilation and linking of the project.
* **Google Test:** A testing framework for writing C++ tests. * **Google Test:** A testing framework for writing C++ tests.
* **Doxygen:** A documentation generator for C++ code.
## Roadmap ## Roadmap