We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're currently using a different style of doxygen than the rest of the ros2 core packages. We should adapt their style in the form of
/// Some brief instruction /** * more details, more description * * \param [in/out] <type> description * \return <type> description */ void some_func();
examples can be found here: https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/node.hpp#L79-L84
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We're currently using a different style of doxygen than the rest of the ros2 core packages. We should adapt their style in the form of
examples can be found here: https://github.com/ros2/rclcpp/blob/master/rclcpp/include/rclcpp/node.hpp#L79-L84
The text was updated successfully, but these errors were encountered: