From 5a86d717a72dba5914314c0b31de6c2cb19fe515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gonz=C3=A1lez=20Moreno?= Date: Wed, 5 Jun 2024 12:27:22 +0200 Subject: [PATCH] Refs #21044. Fix doxygen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ricardo González Moreno --- .../dds/xtypes/type_representation/TypeObjectUtils.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fastdds/dds/xtypes/type_representation/TypeObjectUtils.hpp b/include/fastdds/dds/xtypes/type_representation/TypeObjectUtils.hpp index 312a6f9835e..4249d882ea4 100644 --- a/include/fastdds/dds/xtypes/type_representation/TypeObjectUtils.hpp +++ b/include/fastdds/dds/xtypes/type_representation/TypeObjectUtils.hpp @@ -1934,7 +1934,7 @@ class TypeObjectUtils * @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is minimal, returns its reference. * * @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier. - * @param[out] bool Returns if there was an error. + * @param[out] ec Returns if there was an error. * @return Reference to the minimal @TypeIdentifier. */ FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_minimal_type_identifier( @@ -1945,7 +1945,7 @@ class TypeObjectUtils * @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is complete, returns its reference. * * @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier. - * @param[out] bool Returns if there was an error. + * @param[out] ec Returns if there was an error. * @return Reference to the complete @TypeIdentifier. */ FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_complete_type_identifier(