diff --git a/cpp/include/cudf/rolling/range_window_bounds.hpp b/cpp/include/cudf/rolling/range_window_bounds.hpp index c5b0c219373..ebb28d0b5c4 100644 --- a/cpp/include/cudf/rolling/range_window_bounds.hpp +++ b/cpp/include/cudf/rolling/range_window_bounds.hpp @@ -19,6 +19,11 @@ #include namespace cudf { +/** + * @addtogroup aggregation_rolling + * @{ + * @file + */ /** * @brief Abstraction for window boundary sizes, to be used with @@ -105,4 +110,5 @@ struct range_window_bounds { range_window_bounds(extent_type extent_, std::unique_ptr range_scalar_); }; +/** @} */ // end of group } // namespace cudf diff --git a/docs/cudf/source/libcudf_docs/fixed_point_classes.rst b/docs/cudf/source/libcudf_docs/fixed_point_classes.rst index 0920e96ae0a..0a1ef1b4d63 100644 --- a/docs/cudf/source/libcudf_docs/fixed_point_classes.rst +++ b/docs/cudf/source/libcudf_docs/fixed_point_classes.rst @@ -1,3 +1,4 @@ + Fixed Point Classes ===================