Skip to content

Commit

Permalink
add the link to the topic name rules. (#1100)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Sep 11, 2023
1 parent 8f563ed commit 020ed0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rcl/include/rcl/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ rcl_get_node_names_with_enclaves(
*
* The `topic_name` parameter must not be `NULL`, and must not be an empty string.
* It should also follow the topic name rules.
* \todo TODO(wjwwood): link to the topic name rules.
*
* See: https://design.ros2.org/articles/topic_and_service_names.html
*
* The `count` parameter must point to a valid bool.
* The `count` parameter is the output for this function and will be set.
Expand Down Expand Up @@ -543,7 +544,8 @@ rcl_count_publishers(
*
* The `topic_name` parameter must not be `NULL`, and must not be an empty string.
* It should also follow the topic name rules.
* \todo TODO(wjwwood): link to the topic name rules.
*
* See: https://design.ros2.org/articles/topic_and_service_names.html
*
* The `count` parameter must point to a valid bool.
* The `count` parameter is the output for this function and will be set.
Expand Down

0 comments on commit 020ed0e

Please sign in to comment.