Skip to content

Commit

Permalink
Update rmw_get_serialized_message_size docblock (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Oct 13, 2020
1 parent fa5efe2 commit 61193ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ rmw_publish_serialized_message(
* \param[out] size The computed size of the serialized message.
* \return `RMW_RET_OK` if successful, or
* \return `RMW_RET_INVALID_ARGUMENT` if either argument is null, or
* \return `RMW_RET_UNSUPPORTED` if it's unimplemented, or
* \return `RMW_RET_ERROR` if an unexpected error occurs.
*/
RMW_PUBLIC
Expand Down

0 comments on commit 61193ec

Please sign in to comment.