Documentation repository for the wirestead C++20 core library.
Core library: https://github.com/wirestead/wirestead
This repository contains:
- user guides
- contributor guides
- architecture notes
- API stability policy
- transport feature matrix
- Doxygen API reference configuration
Generated documentation is not committed. Doxygen output is produced under
build/doxygen/ by local scripts and GitHub Actions.
The published site (API reference + coverage report), built from the latest
published wirestead release, is deployed to
https://wirestead.github.io/wirestead-docs/ by .github/workflows/pages.yml.
Generate the Doxygen API reference before publishing documentation changes that touch API pages, snippets, or Doxygen configuration:
./scripts/generate_docs.shThe script writes HTML output to build/doxygen/html/. The GitHub Actions
Doxygen workflow runs doxygen doxygen/Doxyfile and uploads the generated HTML
as the doxygen-html workflow artifact.