Skip to content

Commit 12df4ce

Browse files
committed
Drop @note lines from new doxygen blocks
1 parent 2e9a8b8 commit 12df4ce

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/cuco/detail/open_addressing/open_addressing_impl.cuh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,6 @@ class open_addressing_impl : private open_addressing_compatible<Key, Value, Prob
11121112
/**
11131113
* @brief Gets the sentinel value used to represent an empty payload slot.
11141114
*
1115-
* @note Only available when the slot carries a payload (i.e. for maps).
1116-
*
11171115
* @return The sentinel value used to represent an empty payload slot
11181116
*/
11191117
template <bool HasPayload = has_payload, cuda::std::enable_if_t<HasPayload, int> = 0>
@@ -1333,8 +1331,6 @@ class open_addressing_impl : private open_addressing_compatible<Key, Value, Prob
13331331
/**
13341332
* @brief Extracts the payload from a given slot.
13351333
*
1336-
* @note Only available when the slot carries a payload (i.e. for maps).
1337-
*
13381334
* @param slot The input slot
13391335
*
13401336
* @return The payload

0 commit comments

Comments
 (0)