Skip to content

Commit 1981e1f

Browse files
authored
fix doxygen syntax for NodeInterfaces (#2428)
Signed-off-by: Jonas Otto <[email protected]>
1 parent 10252e9 commit 1981e1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rclcpp/include/rclcpp/node_interfaces/node_interfaces.hpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ class NodeInterfaces
127127
* the RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT macro.
128128
*
129129
* Usage example:
130-
* ```RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)```
130+
* ```cpp
131+
* RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)
132+
* ```
131133
*
132134
* If you choose not to use the helper macro, then you can specialize the
133135
* template yourself, but you must:

0 commit comments

Comments
 (0)