From 7f02649f5af7dcaa5eb27278f643494d52254ca7 Mon Sep 17 00:00:00 2001 From: elianalf <62831776+elianalf@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:51:42 +0100 Subject: [PATCH] Refs #20370: Apply suggestions Signed-off-by: elianalf <62831776+elianalf@users.noreply.github.com> --- code/DDSCodeTester.cpp | 2 +- docs/fastddsgen/pubsub_app/includes/dependencies.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/DDSCodeTester.cpp b/code/DDSCodeTester.cpp index f8c75313f..f2b13b091 100644 --- a/code/DDSCodeTester.cpp +++ b/code/DDSCodeTester.cpp @@ -4463,7 +4463,7 @@ void xml_profiles_examples() "\ \ \ - \ + \ \ \ \ diff --git a/docs/fastddsgen/pubsub_app/includes/dependencies.rst b/docs/fastddsgen/pubsub_app/includes/dependencies.rst index 67f966bae..7ed21e374 100644 --- a/docs/fastddsgen/pubsub_app/includes/dependencies.rst +++ b/docs/fastddsgen/pubsub_app/includes/dependencies.rst @@ -14,9 +14,9 @@ If the installation from binaries has been followed, these libraries are already ``/usr/include/fastcdr/`` for *Fast DDS* and *Fast CDR* respectively. The compiled libraries of both can be found in the directory ``/usr/lib/``. * On Windows: The header files can be found in directories - ``C:\Program Files\eProsima\fastdds 2.0.0\include\fastdds`` and - ``C:\Program Files\eProsima\fastdds 2.0.0\include\fastcdr\`` for *Fast DDS* and *Fast CDR* respectively. - The compiled libraries of both can be found in the directory ``C:\Program Files\eProsima\fastdds 2.0.0\lib\``. + ``C:\Program Files\eProsima\fastdds ..\include\fastdds`` and + ``C:\Program Files\eProsima\fastdds ..\include\fastcdr\`` for *Fast DDS* and *Fast CDR* respectively. + The compiled libraries of both can be found in the directory ``C:\Program Files\eProsima\fastdds ..\lib\``. Colcon installation ^^^^^^^^^^^^^^^^^^^