Skip to content

docs: fix free-function reference docs and hide get (#293)#303

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/293-free-function-docs
Jun 9, 2026
Merged

docs: fix free-function reference docs and hide get (#293)#303
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/293-free-function-docs

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

Move the buffer niebloid call-operator structs into namespace detail and attach docstrings to the public variables, so begin/end/front/buffer_copy/ buffer_size/buffer_empty render descriptions instead of the generic ADL note. Add @param/@return where missing.

Hide the free boost::capy::get overloads with #if !defined(BOOST_CAPY_MRDOCS) and the member io_result::get via exclude-symbols in mrdocs.yml; drop the dead @cond markers.

Closes #293

Move the buffer niebloid call-operator structs into namespace detail and
attach docstrings to the public variables, so begin/end/front/buffer_copy/
buffer_size/buffer_empty render descriptions instead of the generic ADL
note. Add @param/@return where missing.

Hide the free boost::capy::get overloads with #if !defined(BOOST_CAPY_MRDOCS)
and the member io_result::get via exclude-symbols in mrdocs.yml; drop the
dead @cond markers.
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://303.capy.prtest3.cppalliance.org/index.html

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

2026-06-08 22:26:13 UTC

@cppalliance-bot

Copy link
Copy Markdown

GCOVR code coverage report https://303.capy.prtest3.cppalliance.org/gcovr/index.html
LCOV code coverage report https://303.capy.prtest3.cppalliance.org/genhtml/index.html
Coverage Diff Report https://303.capy.prtest3.cppalliance.org/diff-report/index.html

Build time: 2026-06-08 22:40:19 UTC

@mvandeberg mvandeberg merged commit 689ab00 into cppalliance:develop Jun 9, 2026
36 of 37 checks passed
@mvandeberg mvandeberg deleted the pr/293-free-function-docs branch June 9, 2026 16:42
@mvandeberg mvandeberg restored the pr/293-free-function-docs branch June 9, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add text introductions, descriptions and return values to a range of functions

2 participants