File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1919- ✅ Clang-format + Clang-tidy + Pre-commit hook
2020- ✅ GitHub Actions CI for builds, tests, and formatting
2121- ✅ Install targets
22+ - ✅ Auto-generated API docs via Doxygen
2223
2324---
2425
@@ -102,6 +103,17 @@ Add this to your CMake call:
102103cmake -DCMAKE_PREFIX_PATH=/path/to/install ..
103104```
104105
106+ ### Documentation
107+
108+ Documentation is generated using [ Doxygen] ( https://www.doxygen.nl ) . Docs are built from ` Doxyfile ` , with output in ` docs/html/ ` .
109+
110+ Generate docs locally:
111+ ``` bash
112+ doxygen Doxyfile
113+ ```
114+
115+ View documentation online: [ Modern C++ template] ( https://ramsafin.github.io/modern-cpp-project-template ) .
116+
105117## License
106118
107119This project is licensed under the [ Apache License 2.0] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments