From 4c876d5966dfa220581cb2141d6d9a62e5c0c9a6 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 8 Nov 2016 15:21:48 -0800 Subject: [PATCH] fix wrong variable name in docblock --- rclcpp/cmake/get_rclcpp_information.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclcpp/cmake/get_rclcpp_information.cmake b/rclcpp/cmake/get_rclcpp_information.cmake index 41e69d1..eb26bd4 100644 --- a/rclcpp/cmake/get_rclcpp_information.cmake +++ b/rclcpp/cmake/get_rclcpp_information.cmake @@ -19,7 +19,7 @@ # with the given prefix. # # :param rmw_implementation: the RMW implementation name -# :type target: string +# :type rmw_implementation: string # :param var_prefix: the prefix of all output variable names # :type var_prefix: string #