-
Notifications
You must be signed in to change notification settings - Fork 497
[DOC] Update doc comments to pass -WDocumention check #3375
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
Merged
Merged
Changes from 17 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4f5255a
Update all the doc comments and add WDocumention
zurex 5610dbc
Merge branch 'main' into fix/doc_comment_api
zurex 6402c14
Fix the doc comments in http_operation_curl.h
zurex a45b644
Merge remote changes
zurex 15c3fd6
Merge branch 'main' into fix/doc_comment_api
lalitb e3c83f5
Fix the doc comment issues in semconv
zurex 7a210ec
Add more details for AttributeValue warnning
zurex 78d6787
Fix the doc issues in url_atteibutes.h
zurex 6a91bc4
Merge branch 'main' into fix/doc_comment_api
ThomsonTan dad87ba
Merge branch 'main' into fix/doc_comment_api
zurex 210c863
Merge branch 'main' into fix/doc_comment_api
ThomsonTan e30863f
Fix the doc comments
zurex 531ae64
Fix the comments under api
zurex 0c0f2f7
Fix the format issue
zurex 00a4b13
Merge branch 'main' into fix/doc_comment_api
ThomsonTan 2e07267
Merge branch 'main' into fix/doc_comment_api
ThomsonTan 79cc519
Merge branch 'main' into fix/doc_comment_api
marcalff 9296f1f
Revert changes in semconv
zurex 6f41459
Merge branch 'fix/doc_comment_api' of https://github.com/zurex/opente…
zurex 32a7861
Remove bad checkin
zurex c682d1a
Fix the format
zurex 7c5e5c3
Remove doc check under maintainer mode
zurex 9ef149a
Fix eof
zurex 37c8ff8
Revert clang-format
zurex fbba434
Merge branch 'open-telemetry:main' into fix/doc_comment_api
zurex ae8ed3a
Address the review comments
zurex 54787c1
Update exporters/memory/include/opentelemetry/exporters/memory/in_mem…
zurex 0979723
Update sdk/include/opentelemetry/sdk/common/atomic_unique_ptr.h
zurex b4fcb74
Merge branch 'main' into fix/doc_comment_api
zurex d56e527
Merge branch 'main' into fix/doc_comment_api
zurex 5f26a2d
Merge branch 'main' into fix/doc_comment_api
ThomsonTan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,13 +43,12 @@ class NoopKeyValueIterable : public KeyValueIterable | |
~NoopKeyValueIterable() override = default; | ||
|
||
/** | ||
* Iterate over key-value pairs | ||
* @param callback a callback to invoke for each key-value. If the callback returns false, | ||
* the iteration is aborted. | ||
* @return true if every key-value pair was iterated over | ||
* No-op implementation: does not invoke the callback, even if key-value pairs are present. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit: Technically, the |
||
* @return true without iterating or invoking the callback | ||
*/ | ||
bool ForEachKeyValue( | ||
nostd::function_ref<bool(nostd::string_view, common::AttributeValue)>) const noexcept override | ||
nostd::function_ref<bool(nostd::string_view, common::AttributeValue)> /*callback*/) | ||
const noexcept override | ||
{ | ||
return true; | ||
} | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.