Skip to content

docs(timeout): consolidate return-value docs and fix rendering (#292)#309

Merged
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/292-timeout-return-docs
Jun 10, 2026
Merged

docs(timeout): consolidate return-value docs and fix rendering (#292)#309
mvandeberg merged 1 commit into
cppalliance:developfrom
mvandeberg:pr/292-timeout-return-docs

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

Rewrite the boost::capy::timeout docstring to address reviewer feedback:

  • Remove the custom @Par Return Type block, leaving a single @return ("Return Value") section consistent with delay().
  • Replace @return task<awaitable_result_t<A>> (which rendered as task<awaitable_result_t[>] because was stripped as an HTML tag) with prose describing the value using io_result<Ts...>, spelling out the success / inner-error / timeout outcomes.
  • Capitalize the @throws description ("Any exception ...").
  • Fold the lone @Par Precision sentence into the opening paragraph.

Resolves #292

…liance#292)

Rewrite the boost::capy::timeout docstring to address reviewer feedback:

- Remove the custom @Par Return Type block, leaving a single @return
  ("Return Value") section consistent with delay().
- Replace `@return task<awaitable_result_t<A>>` (which rendered as
  `task<awaitable_result_t[>]` because <A> was stripped as an HTML tag)
  with prose describing the value using io_result<Ts...>, spelling out
  the success / inner-error / timeout outcomes.
- Capitalize the @throws description ("Any exception ...").
- Fold the lone @Par Precision sentence into the opening paragraph.
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://309.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-10 17:41:21 UTC

@cppalliance-bot

Copy link
Copy Markdown

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

Build time: 2026-06-10 17:54:40 UTC

@mvandeberg mvandeberg merged commit 7f2dc8e into cppalliance:develop Jun 10, 2026
109 of 110 checks passed
@mvandeberg mvandeberg deleted the pr/292-timeout-return-docs branch June 10, 2026 22:07
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.

Consolidate return value info for boost::capy::timeout

2 participants