Skip to content

Commit

Permalink
Try and suppress doxygen issues
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Jan 23, 2025
1 parent 4c732d0 commit b634109
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/rmm/device_uvector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ class device_uvector {
RMM_EXEC_CHECK_DISABLE
device_uvector(device_uvector&&) noexcept = default; ///< @default_move_constructor

#ifndef DOXYGEN_SHOULD_SKIP_THIS
RMM_EXEC_CHECK_DISABLE
#endif // !DOXYGEN_SHOULD_SKIP_THIS
device_uvector& operator=(device_uvector&&) noexcept =
default; ///< @default_move_assignment{device_uvector}

Expand Down

0 comments on commit b634109

Please sign in to comment.