We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10252e9 commit 1981e1fCopy full SHA for 1981e1f
rclcpp/include/rclcpp/node_interfaces/node_interfaces.hpp
@@ -127,7 +127,9 @@ class NodeInterfaces
127
* the RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT macro.
128
*
129
* Usage example:
130
- * ```RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)```
+ * ```cpp
131
+ * RCLCPP_NODE_INTERFACE_HELPERS_SUPPORT(rclcpp::node_interfaces::NodeBaseInterface, base)
132
+ * ```
133
134
* If you choose not to use the helper macro, then you can specialize the
135
* template yourself, but you must:
0 commit comments