We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13059e commit 9e1ac1dCopy full SHA for 9e1ac1d
README.md
@@ -109,7 +109,8 @@ Documentation is generated using [Doxygen](https://www.doxygen.nl). Docs are bui
109
110
Generate docs locally:
111
```bash
112
-doxygen Doxyfile
+cmake --preset gcc-RelWithDebInfo
113
+cmake --build --preset gcc-RelWithDebInfo --target docs
114
```
115
116
View documentation online: [Modern C++ template](https://ramsafin.github.io/modern-cpp-project-template).
0 commit comments