-
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
[DOC] ColumnView not clickable link in doxygen #11295
Comments
The |
Ahh OK that makes sense, any chance it could be a link to |
I don't see how doxygen would do that with the given source code. Also, I don't agree that this should link to The doxygen here does look poorly formed so I'm inclined to clean it up and add a comment that |
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: ![table_view_base-doxygen](https://user-images.githubusercontent.com/45795991/180862150-7ac2f77c-e1b4-4aa2-99a4-a6b065ca7b93.png) Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Vyas Ramasubramani (https://github.com/vyasr) - Karthikeyan (https://github.com/karthikeyann) URL: #11340
Closed by #11340 |
Report incorrect documentation
Location of incorrect documentation
https://docs.rapids.ai/api/libcudf/stable/classcudf_1_1detail_1_1table__view__base.html#details
Describe the problems or issues found in the documentation
The return type of the
column
methodColumnView
should be a link to the definition of thecolumn_view
class.I believe the issue is that in
table_view_base
ColumnView
is in the template type.While in
table_view
its a type alias and most of the methods are inherited from the base.Steps taken to verify documentation is incorrect
Not sure if there is a way in Doxygen to fix this.
The text was updated successfully, but these errors were encountered: