-
Notifications
You must be signed in to change notification settings - Fork 932
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
Fix Doxygen warnings in strings / header files #10937
Fix Doxygen warnings in strings / header files #10937
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #10937 +/- ##
===============================================
Coverage ? 86.32%
===============================================
Files ? 144
Lines ? 22696
Branches ? 0
===============================================
Hits ? 19593
Misses ? 3103
Partials ? 0 Continue to review full report at Codecov.
|
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.
lgtm 👍
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.
Looks like the global change to remove periods from @param
made some mistakes. I'm not sure this is worth doing in the PR since this does not effect the warnings. My previous comments were just trying to follow conventions for newer comments and not necessarily requiring a global change to existing documentation.
Co-authored-by: David Wendt <[email protected]>
Co-authored-by: David Wendt <[email protected]>
This reverts commit 771cd46.
@gpucibot merge |
Fixes parts of #9373
added missing documentation to fix doxygen warnings in multiple files
ignored docs for
cudf::string_view::const_iterator
fixes 78 warnings.