Skip to content

Commit e9a397d

Browse files
authored
add missing doc for parameter (#149)
1 parent a7bbc04 commit e9a397d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rmw/include/rmw/rmw.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ rmw_take_serialized_message(
313313
* \param subscription subscription object to take from
314314
* \param serialized_message the destination in which to store the serialized message
315315
* \param taken boolean flag indicating if a message was taken or not
316+
* \param message_info a structure containing meta information about the taken message
316317
* \return `RMW_RET_OK` if successful, or
317318
* \return `RMW_RET_BAD_ALLOC` if memory allocation failed, or
318319
* \return `RMW_RET_ERROR` if an unexpected error occurs.

0 commit comments

Comments
 (0)