Skip to content
New issue

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

update doxygen style to ros2 core #202

Closed
Karsten1987 opened this issue Oct 22, 2020 · 0 comments · Fixed by #300
Closed

update doxygen style to ros2 core #202

Karsten1987 opened this issue Oct 22, 2020 · 0 comments · Fixed by #300

Comments

@Karsten1987
Copy link
Contributor

Karsten1987 commented Oct 22, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant