From ea8d6381423f82f37388aebe8956aed3db422bef Mon Sep 17 00:00:00 2001 From: Juan Lopez Fernandez Date: Thu, 14 Mar 2024 07:52:46 +0100 Subject: [PATCH] One more suggestion Signed-off-by: Juan Lopez Fernandez --- src/cpp/rtps/participant/RTPSParticipantImpl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cpp/rtps/participant/RTPSParticipantImpl.h b/src/cpp/rtps/participant/RTPSParticipantImpl.h index dafda856d61..b091f6cbf77 100644 --- a/src/cpp/rtps/participant/RTPSParticipantImpl.h +++ b/src/cpp/rtps/participant/RTPSParticipantImpl.h @@ -1102,7 +1102,9 @@ class RTPSParticipantImpl const GUID_t& reader_guid); /** - * Returns registered transports' netmask filter information (transport's netmask filter kind and allowlist). + * @brief Returns registered transports' netmask filter information (transport's netmask filter kind and allowlist). + * + * @return A vector with all registered transports' netmask filter information. */ std::vector get_netmask_filter_info() const;