Skip to content

Commit

Permalink
move detail header to detail subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Oct 30, 2024
1 parent dcbb212 commit ee70f8a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
#include <cstring>

namespace CUDF_EXPORT numeric {

/**
* @addtogroup floating_conversion
* @{
* @file
* @brief fixed_point <--> floating-point conversion functions.
*/

namespace detail {

/**
Expand Down Expand Up @@ -1141,6 +1133,4 @@ CUDF_HOST_DEVICE inline FloatingType convert_integral_to_floating(Rep const& val
}

} // namespace detail

/** @} */ // end of group
} // namespace CUDF_EXPORT numeric
2 changes: 1 addition & 1 deletion cpp/include/cudf/unary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

#pragma once

#include <cudf/fixed_point/detail/floating_conversion.hpp>
#include <cudf/fixed_point/fixed_point.hpp>
#include <cudf/fixed_point/floating_conversion.hpp>
#include <cudf/types.hpp>
#include <cudf/utilities/default_stream.hpp>
#include <cudf/utilities/export.hpp>
Expand Down
3 changes: 0 additions & 3 deletions cpp/include/doxygen_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
* @defgroup scalar_factories Factories
* @}
* @defgroup fixed_point_classes Fixed Point
* @{
* @defgroup floating_conversion Float Conversion
* @}
* @}
* @defgroup column_apis Column and Table
* @{
Expand Down

0 comments on commit ee70f8a

Please sign in to comment.