Skip to content

Commit

Permalink
fix doxygen syntax for NodeInterfaces
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Otto <jonas@jonasotto.com>
  • Loading branch information
ottojo committed Feb 18, 2024
1 parent 10252e9 commit 1a6e494
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rclcpp/include/rclcpp/node_interfaces/node_interfaces.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ class NodeInterfaces
* the RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT macro.
*
* Usage example:
* ```RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)```
* ```cpp
* RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)
* ```
*
* If you choose not to use the helper macro, then you can specialize the
* template yourself, but you must:
Expand Down

0 comments on commit 1a6e494

Please sign in to comment.