chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Generate a version on the front page of subdoc outputs / Drop Subdoc to clang 17 #438

Closed danakj closed 10 months ago

danakj commented 10 months ago

The --project-version flag sets the string to appear on the front page.

Dropping the Subdoc clang version to 17 due to https://github.com/chromium/subspace/issues/437

Part of https://github.com/chromium/subspace/issues/321