From 9c008267efd9c6dc887182e5705d69ea75a8261d Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 27 Jun 2017 12:02:41 -0700 Subject: [PATCH] add rcutils tag file reference (#341) --- rclcpp/Doxyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rclcpp/Doxyfile b/rclcpp/Doxyfile index 39809c8..5e9b9e6 100644 --- a/rclcpp/Doxyfile +++ b/rclcpp/Doxyfile @@ -23,5 +23,6 @@ TAGFILES += "../../../../doxygen_tag_files/cppreference-doxygen-web.tag.xml=http # Consider changing "latest" to the version you want to reference (e.g. beta1 or 1.0.0) TAGFILES += "../../../../doxygen_tag_files/rcl.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/rclcpp.tag"