From eac630680cc113de85e5c7d50e7c2da9622c703a Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Fri, 12 Sep 2025 06:23:09 -0400 Subject: [PATCH] Remove doxygen since we aren't using it --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d8435ec..92bf058 100644 --- a/README.md +++ b/README.md @@ -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. * **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. -* **Doxygen:** A documentation generator for C++ code. ## Roadmap