-
Notifications
You must be signed in to change notification settings - Fork 917
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 table_view_base doxygen format #11340
Fix table_view_base doxygen format #11340
Conversation
* @tparam ColumnView The type of column view the table contains: | ||
* expects column_view or mutable_column_view |
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.
* @tparam ColumnView The type of column view the table contains: | |
* expects column_view or mutable_column_view | |
* @tparam ColumnView The type of column view the table contains. | |
* Expects column_view or mutable_column_view |
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 👍
Rerun tests. |
1 similar comment
Rerun tests. |
Codecov Report
@@ Coverage Diff @@
## branch-22.10 #11340 +/- ##
===============================================
Coverage ? 86.43%
===============================================
Files ? 143
Lines ? 22777
Branches ? 0
===============================================
Hits ? 19687
Misses ? 3090
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Description
Fixes the formatting of the
cudf::table_view_base
class doxygen description.https://docs.rapids.ai/api/libcudf/stable/classcudf_1_1detail_1_1table__view__base.html#details
Closes #11295
New format is as follows:
Checklist