This documentation is generated from repo-owned C++ headers under src/.
It focuses on the public API, build/test contracts, and project-structure
expectations rather than end-user setup.
project_coreis the example library targetframe_cliis the example command-line target- build, docs, tests, analyzers, and release helpers are first-class repo concerns
- Qt/Clazy form the example UI stack rather than the baseline project shape
- deterministic tests live under
tests/ - future plans live under
upcoming_features/
frame::trimCopy()provides a small string utility with clear ownership semanticsframe::normalizedProjectName()shows a deterministic library helper that is easy to test and document
- keep repo-owned public headers documented
- keep analyzer and release scripts aligned with current project behavior
- keep publication-facing files free of generated output and machine-specific paths
- use
README.mdandRELEASE_CHECKLIST.mdfor build, release, and publishing guidance