-
Notifications
You must be signed in to change notification settings - Fork 374
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
docs(common): better exception descriptions #11705
docs(common): better exception descriptions #11705
Conversation
google/cloud/status_or.h
Outdated
@@ -176,11 +176,21 @@ class StatusOr final { | |||
* | |||
* @param rhs the value used to initialize the object. | |||
* | |||
* @throws only if `T`'s move constructor throws. | |||
* @throws ... If `T` move constructor throws. |
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.
Q: why is the apostrophe after backtick bad? Is it only bad in the @throws
block?
FYI:
dbolduc@dbolduc-glaptop:~/code/git/google-cloud-cpp$ grep -rl "\`'" $(git ls-files -- *.h)
docfx/yaml_context.h
google/cloud/bigtable/mutation_batcher.h
google/cloud/mocks/mock_stream_range.h
google/cloud/monitoring/v3/service_monitoring_client.h
google/cloud/options.h
google/cloud/pubsub/blocking_publisher_connection.h
google/cloud/pubsub/internal/session_shutdown_manager.h
google/cloud/pubsub/publisher_connection.h
google/cloud/pubsub/subscriber_connection.h
google/cloud/pubsub/topic_admin_connection.h
google/cloud/pubsublite/internal/alarm_registry_impl.h
google/cloud/spanner/connection.h
google/cloud/spanner/value.h
google/cloud/status_or.h
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.
Fixed.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #11705 +/- ##
==========================================
- Coverage 83.02% 83.02% -0.01%
==========================================
Files 1827 1827
Lines 164734 164734
==========================================
- Hits 136765 136764 -1
- Misses 27969 27970 +1
☔ View full report in Codecov by Sentry. |
d79d6c8
to
f40ebd3
Compare
This change is