Skip to content

Commit

Permalink
[rcl_action] Minor documentation fixes (ros2#397)
Browse files Browse the repository at this point in the history
* Update rcl_action Doxyfile

Add reference to rcl tagfile and fix generated tagfile name.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>

* Fix minor doc errors

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Mar 11, 2019
1 parent 4f9e6bc commit 1a34301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion rcl_action/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ INPUT += ./src/rcl/arguments.c
# Tag files that do not exist will produce a warning and cross-project linking will not work.
TAGFILES += "../../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http://en.cppreference.com/w/"
# Consider changing "latest" to the version you want to reference (e.g. beta1 or 1.0.0)
TAGFILES += "../../../../doxygen_tag_files/rmw.tag=http://docs.ros2.org/latest/api/rcl/"
TAGFILES += "../../../../doxygen_tag_files/rmw.tag=http://docs.ros2.org/latest/api/rmw/"
TAGFILES += "../../../../doxygen_tag_files/rcutils.tag=http://docs.ros2.org/latest/api/rcutils/"
# Uncomment to generate tag files for cross-project linking.
#GENERATE_TAGFILE = "../../../../doxygen_tag_files/rcl.tag"
# GENERATE_TAGFILE = "../../../../doxygen_tag_files/rcl_action.tag"
4 changes: 2 additions & 2 deletions rcl_action/include/rcl_action/rcl_action.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

/** \mainpage rcl: Common functionality ROS actions
*
* `rcl_action` provides a pure C implementation of the ROS concept an \b action.
* `rcl_action` provides a pure C implementation of the ROS concept of an \b action.
* It builds on top of the implementation of topics and services in `rcl`.
*
* `rcl_action` consists of functions and structs following ROS action entities:
* `rcl_action` consists of functions and structs for the following ROS action entities:
*
* - Action client
* - rcl_action/action_client.h
Expand Down

0 comments on commit 1a34301

Please sign in to comment.