-
Notifications
You must be signed in to change notification settings - Fork 916
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 structs, lists headers #10923
Fix doxygen warnings in structs, lists headers #10923
Conversation
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 good. Thanks for doing this.
@davidwendt Thank you for detailed review! Updated other files too with all comments. |
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.
I would recommend undo-ing changes to files where you are only removing '.'
I don't think this is worth fixing/reviewing.
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #10923 +/- ##
===============================================
Coverage ? 86.32%
===============================================
Files ? 144
Lines ? 22696
Branches ? 0
===============================================
Hits ? 19593
Misses ? 3103
Partials ? 0 Continue to review full report at Codecov.
|
@davidwendt reverted those changes and addressed review comments. |
Co-authored-by: Vyas Ramasubramani <[email protected]>
@gpucibot merge |
Fixes parts of #9373
added missing documentation to fix doxygen warnings in
structs/*.hpp
andlists/*.hpp
fixes 67 warnings.