From c3bb05e6bcdbebc3b38ac9817ef5c27eefb6700e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Wed, 29 Jun 2022 09:24:06 +0200 Subject: [PATCH 1/2] Fix doxygen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- fastrtps.repos | 4 ++++ include/fastdds/dds/core/status/SampleRejectedStatus.hpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fastrtps.repos b/fastrtps.repos index 6d07be16275..fbaec19d144 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -19,3 +19,7 @@ repositories: type: git url: https://github.com/eProsima/IDL-Parser.git version: master + googletest-distribution: + type: git + url: https://github.com/google/googletest.git + version: release-1.10.0 diff --git a/include/fastdds/dds/core/status/SampleRejectedStatus.hpp b/include/fastdds/dds/core/status/SampleRejectedStatus.hpp index 70ea19f1a5b..2f2f09e9fff 100644 --- a/include/fastdds/dds/core/status/SampleRejectedStatus.hpp +++ b/include/fastdds/dds/core/status/SampleRejectedStatus.hpp @@ -40,7 +40,7 @@ enum SampleRejectedStatusKind REJECTED_BY_SAMPLES_PER_INSTANCE_LIMIT }; -//! @brief A struct storing the sample lost status +//! @brief A struct storing the sample rejected status struct SampleRejectedStatus { /** From 164a708d0c8d7d4623c5759dd977f0e439ca2cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Wed, 29 Jun 2022 09:27:16 +0200 Subject: [PATCH 2/2] Revert file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- fastrtps.repos | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fastrtps.repos b/fastrtps.repos index fbaec19d144..6d07be16275 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -19,7 +19,3 @@ repositories: type: git url: https://github.com/eProsima/IDL-Parser.git version: master - googletest-distribution: - type: git - url: https://github.com/google/googletest.git - version: release-1.10.0