Skip to content

Commit 37d39cb

Browse files
Fix documentation comment positioning for RemoveLocalReference
1 parent 6b98094 commit 37d39cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ray/core_worker/reference_counter_interface.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ class ReferenceCounterInterface {
105105
/// \param[in] object_id The object to to increment the count for.
106106
virtual void AddLocalReference(const ObjectID &object_id,
107107
std::string_view call_site) = 0; // Changed: read-only param
108+
109+
/// Decrease the local reference count for the ObjectID by one.
110+
///
108111
/// \param[in] object_id The object to decrement the count for.
109112
/// \param[out] deleted List to store objects that hit zero ref count.
110113
virtual void RemoveLocalReference(const ObjectID &object_id,

0 commit comments

Comments
 (0)