Skip to content

Commit

Permalink
Try to fix docs build
Browse files Browse the repository at this point in the history
Signed-off-by: Nghia Truong <[email protected]>
  • Loading branch information
ttnghia committed Jan 10, 2025
1 parent b274eec commit 4b7c874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/cudf/aggregation/host_udf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ struct aggregate_result_functor;
* input is empty, and `operator()` to perform its groupby operations.
*
* During execution, the derived class can access to internal data provided by libcudf groupby
* framework through a set of `get*` accessors, as well as calling other build-in groupby
* aggregations through the `compute_aggregation()` function.
* framework through a set of ``get*`` accessors, as well as calling other build-in groupby
* aggregations through the `compute_aggregation` function.
*
* @note The derived class can only perform sort-based groupby aggregations. Hash-based groupby
* aggregations require more complex data structure and is not yet supported.
Expand Down

0 comments on commit 4b7c874

Please sign in to comment.