diff --git a/include/fastdds/config/doxygen_modules.hpp b/include/fastdds/config/doxygen_modules.hpp index bbe668edbcd..40260c32b32 100644 --- a/include/fastdds/config/doxygen_modules.hpp +++ b/include/fastdds/config/doxygen_modules.hpp @@ -143,7 +143,7 @@ #ifdef FASTDDS_STATISTICS /** @defgroup STATISTICS_MODULE Statistics Module - * @ingroup MANAGEMENT_MODULE + * @ingroup FASTDDS_GENERAL_API * This module contains the classes associated with the Statistics Protocols. */ #endif // ifdef FASTDDS_STATISTICS diff --git a/include/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp b/include/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp index c33dded8472..ba2d71f45fc 100644 --- a/include/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp +++ b/include/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp @@ -45,7 +45,6 @@ namespace rtps { /** * Struct to define participant types to set participant type parameter property - * @ingroup DISCOVERY_MODULE */ struct ParticipantType { diff --git a/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp b/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp index 3f3a5bea05a..4b9d9f24591 100644 --- a/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp +++ b/include/fastdds/rtps/builtin/data/ContentFilterProperty.hpp @@ -31,7 +31,6 @@ namespace rtps { /** * Information about the content filter being applied by a reader. - * @ingroup BUILTIN_MODULE */ class ContentFilterProperty { @@ -39,7 +38,6 @@ class ContentFilterProperty /** * Allocation configuration for a ContentFilterProperty. - * @ingroup BUILTIN_MODULE */ struct AllocationConfiguration { diff --git a/src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp b/src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp index 5f5710df5a7..1cc8a81794b 100644 --- a/src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp +++ b/src/cpp/rtps/transport/shared_mem/SharedMemTransport.cpp @@ -165,6 +165,8 @@ bool SharedMemTransport::is_locator_reachable( } catch (const std::exception& e) { + (void)e; + EPROSIMA_LOG_INFO(RTPS_MSG_OUT, "Local SHM locator '" << locator << "' is not reachable; discarding. Reason: " << e.what()); diff --git a/test/mock/rtps/RTPSParticipantAttributes/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp b/test/mock/rtps/RTPSParticipantAttributes/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp index 903cf421d15..dd1ffd69849 100644 --- a/test/mock/rtps/RTPSParticipantAttributes/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp +++ b/test/mock/rtps/RTPSParticipantAttributes/fastdds/rtps/attributes/RTPSParticipantAttributes.hpp @@ -46,7 +46,6 @@ namespace rtps { /** * Struct to define participant types to set participant type parameter property - * @ingroup DISCOVERY_MODULE */ struct ParticipantType {