MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
Docs And CI

Local Documentation Tasks

Generate API docs:

cmake --build build --target docs

The generated HTML is written to build/docs/api.

Or run Doxygen directly from the repository root:

doxygen Doxyfile

That direct run also writes to build/docs/api.

Check Markdown links:

cmake --build build --target check-markdown-links

Run both:

cmake --build build --target docs-all

GitHub Automation

GitHub Actions verifies:

  • host build
  • ctest
  • Doxygen generation
  • Markdown link checks
  • PlatformIO compile checks for the supported example environments

GitHub Pages publishes the generated API docs from CI artifacts. The generated HTML under build/docs/api is not tracked in main.