Skip to content

Commit

Permalink
Add range_window_bounds to group
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 30, 2023
1 parent 64ee38a commit 84d9a11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpp/include/cudf/rolling/range_window_bounds.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
#include <cudf/scalar/scalar.hpp>

namespace cudf {
/**
* @addtogroup aggregation_rolling
* @{
* @file
*/

/**
* @brief Abstraction for window boundary sizes, to be used with
Expand Down Expand Up @@ -105,4 +110,5 @@ struct range_window_bounds {
range_window_bounds(extent_type extent_, std::unique_ptr<scalar> range_scalar_);
};

/** @} */ // end of group
} // namespace cudf
1 change: 1 addition & 0 deletions docs/cudf/source/libcudf_docs/fixed_point_classes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Fixed Point Classes
===================

Expand Down

0 comments on commit 84d9a11

Please sign in to comment.