Welcome to sample-cpp-project’s documentation!¶
Introduction¶
This is a sample C++ project that uses:
Automatic Formatting (Clang-Format)
Linting & Static Analysis (Clang-Tidy, Include What You Use, Cppcheck)
Sanitizers (ASAN)
Unit Testing (Catch2)
Benchmarking (Catch2)
Continuous Integration (Travis CI)
Code Coverage Reporting (Codecov)
Documentation Generation & Hosting (Doxygen, Sphinx, Read the Docs)
API Reference