docs(timeout): consolidate return-value docs and fix rendering (#292)#306
docs(timeout): consolidate return-value docs and fix rendering (#292)#306mvandeberg wants to merge 1 commit into
Conversation
…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.
|
An automated preview of the documentation is available at https://306.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-09 17:11:07 UTC |
|
GCOVR code coverage report https://306.capy.prtest3.cppalliance.org/gcovr/index.html Build time: 2026-06-09 17:23:09 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #306 +/- ##
===========================================
- Coverage 96.46% 96.44% -0.03%
===========================================
Files 164 164
Lines 8951 8951
===========================================
- Hits 8635 8633 -2
- Misses 316 318 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Rewrite the boost::capy::timeout docstring to address reviewer feedback:
@return task<awaitable_result_t<A>>(which rendered astask<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.