Skip to content

Commit

Permalink
One sentence per line
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@google.com>
  • Loading branch information
sloretz committed Mar 27, 2023
1 parent 91beb13 commit 5fc6ce9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions rmw/include/rmw/discovery_options.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ rmw_discovery_options_equal(
/// Perform a deep copy of the discovery options from src into dst using the
/// given allocator.
/**
* The dst will be left with an owned copy of the static peers
* array whose string values match the src. If successful, src and dst will
* evaluate as equal using rmw_discovery_options_equal.
* The dst will be left with an owned copy of the static peers array whose
* string values match the src.
* If successful, src and dst will evaluate as equal using
* rmw_discovery_options_equal.
*
* \param[in] src discovery options to be copied.
* \param[in] allocator to use.
* \param[out] dst Destination options to use.
Expand Down

0 comments on commit 5fc6ce9

Please sign in to comment.