Skip to content

Commit b153db9

Browse files
committed
Fix documentation of RCLCPP_[INFO,WARN,...]
In the pull request #1442 the ability to use `std::string` as the first argument to the logging functions was (rightfully) removed. This commit just corrects the documentation of the macro, since it confused me a bit ;)
1 parent c24e485 commit b153db9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rclcpp/resource/logging.hpp.em

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def get_rclcpp_suffix_from_features(features):
114114
@[ end for]@
115115
@[ if 'stream' not in feature_combination]@
116116
* \param ... The format string, followed by the variable arguments for the format string.
117-
* It also accepts a single argument of type std::string.
118117
@[ end if]@
119118
*/
120119
@{params = rclcpp_feature_combinations[feature_combination].params.keys()}@

0 commit comments

Comments
 (0)