-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc(common): documentation improvements #11376
doc(common): documentation improvements #11376
Conversation
The `Status` and `StatusOr` classes are very important and are missing documentation in DocFX. This fleshes out the output a little bit. The landing page (which I am constantly looking at) had some formatting problems (two `warning` sections back-to-back) and could use some improvements.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #11376 +/- ##
==========================================
- Coverage 93.73% 93.73% -0.01%
==========================================
Files 1797 1797
Lines 160588 160588
==========================================
- Hits 150529 150523 -6
- Misses 10059 10065 +6
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
/// attempted past the valid range, such as seeking or reading past an | ||
/// end-of-file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Those examples may not be best. The matching syscalls, for example, don't do that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack. I am trying to follow the documentation from Abseil and gRPC. Getting creative (even if it improves correctness) seems risky.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack.
The
Status
andStatusOr
classes are very important and are missing documentation in DocFX. This fleshes out the output a little bit.The landing page (which I am constantly looking at) had some formatting problems (two
warning
sections back-to-back) and could use some improvements.This change is