[DOC] Update doc comments to pass -WDocumention check#3375
[DOC] Update doc comments to pass -WDocumention check#3375marcalff merged 31 commits intoopen-telemetry:mainfrom
Conversation
✅ Deploy Preview for opentelemetry-cpp-api-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3375 +/- ##
==========================================
+ Coverage 89.88% 89.89% +0.02%
==========================================
Files 212 212
Lines 6942 6942
==========================================
+ Hits 6239 6240 +1
+ Misses 703 702 -1
🚀 New features to boost your workflow:
|
psx95
left a comment
There was a problem hiding this comment.
Thanks for the PR!
Left some comments.
| * be called when got a CURLMSG_DONE. | ||
| * | ||
| * @param code | ||
| * @param code CURLcode |
|
If the current format does break |
marcalff
left a comment
There was a problem hiding this comment.
Thanks for the cleanup.
See preliminary comments on generated code.
|
Related: |
marcalff
left a comment
There was a problem hiding this comment.
Thanks for the cleanup PR.
Please remove all changes done on generated code for semantic conventions.
If there are unresolved doxygen issues, this is fine, the CI will need to wait longer before enforcing -Wdocumentation in maintainer mode.
Cleanup work (speaking from experience with warning cleanup, include-what-you-use, ...) is typically done incrementally, so the fixes available here should be merged now, without waiting for the entire build to be fixed.
Thanks for suggestions, kind of busy these days :(. |
marcalff
left a comment
There was a problem hiding this comment.
LGTM, thanks for the fix.
See minor cleanup.
…ory_span_exporter.h Co-authored-by: Marc Alff <marc.alff@free.fr>
Co-authored-by: Marc Alff <marc.alff@free.fr>
psx95
left a comment
There was a problem hiding this comment.
Thanks for addressing the comments!
Overall it looks good, just a few minor nits remaining.
| * @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.
Nit: Technically, the @param should still be there.
[DOC] Update doc comments to pass -WDocumention check (open-telemetry#3375)
Fixes #3370
Changes
-Werror -WdocumentationThis reduces the number of documentation warnings.
Enforcement in CI to be implemented separately.