From 1d8b831bdfe8c700a1934f4d6dc1803d49565865 Mon Sep 17 00:00:00 2001 From: Jacob Perron Date: Mon, 11 Mar 2019 18:38:40 -0700 Subject: [PATCH] Fix typo in Doxyfile Signed-off-by: Jacob Perron --- rcl_action/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl_action/Doxyfile b/rcl_action/Doxyfile index 19f3ce0..264d284 100644 --- a/rcl_action/Doxyfile +++ b/rcl_action/Doxyfile @@ -26,7 +26,7 @@ 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/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.