static_string icon indicating copy to clipboard operation
static_string copied to clipboard

use Python version of Docca

Open grisumbras opened this issue 8 months ago • 1 comments

This switches the project to use Python version of Docca.

Changes on the results:

  • Better support for constexpr and noexcept.
  • Links in code declaration code blocks (e.g. to parameter and return types).
  • Top-level sorting of names.
  • Some other improvements (not sure if relevant to StaticString).

Changes on tooling:

  • Removes dependency on Java and Saxon HE.
  • Adds dependency on Python 3 and Jinja (both already required by Boost docs build).

grisumbras avatar May 02 '25 11:05 grisumbras

An automated preview of the documentation is available at https://61.static-string.prtest2.cppalliance.org/libs/static_string/doc/html/index.html

cppalliance-bot avatar May 02 '25 11:05 cppalliance-bot

An automated preview of the documentation is available at https://61.static-string.prtest2.cppalliance.org/libs/static_string/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2025-10-22 10:26:50 UTC

cppalliance-bot avatar Oct 22 '25 10:10 cppalliance-bot

Merged, thanks.

gennaroprota avatar Oct 22 '25 16:10 gennaroprota