-
Notifications
You must be signed in to change notification settings - Fork 915
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 cudf/io/ avro, csv, json, orc, parquet header files #10912
fix doxygen warnings in cudf/io/ avro, csv, json, orc, parquet header files #10912
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.
The burn down started before the creation of this PR. Should we target the work for the next release?
This PR only has changes only in comments. Since entire documentation cleanup will take more PRs, we can move target to next release. |
…doc-fix_warnings8
I removed the Java review request, as there aren't any Java files modified. I assume this was accidentally triggered by the rebase to 22.08. |
Removed ops and cmake review for similar reasons. |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #10912 +/- ##
===============================================
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.
A lot of these docstrings would be nice if they could be copydoc
ed from a single source of truth, but I'll leave it up to you if you think that's a good idea or not since I requested something similar on a couple of your other PRs.
conda/recipes/libcudf/meta.yaml
Outdated
@@ -183,7 +183,6 @@ outputs: | |||
- test -f $PREFIX/include/cudf/lists/gather.hpp | |||
- test -f $PREFIX/include/cudf/lists/list_view.hpp | |||
- test -f $PREFIX/include/cudf/lists/lists_column_view.hpp | |||
- test -f $PREFIX/include/cudf/lists/list_view.hpp |
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.
Why is this removed?
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.
This is duplicate of line 184 above.
@gpucibot merge |
1 similar comment
@gpucibot merge |
…doc-fix_warnings8
Fixes parts of #9373
added missing documentation to fix doxygen warnings in multiple files
fixes 194 warnings