Skip to content

Commit a35c6c5

Browse files
author
tempate
committed
Apply suggestions
Signed-off-by: tempate <danieldiaz@eprosima.com>
1 parent a7c08a4 commit a35c6c5

18 files changed

Lines changed: 486 additions & 298 deletions

include/fastdds/dds/xtypes/utils.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ enum class DynamicDataJsonFormat
3838
};
3939

4040
/**
41-
* @brief Serializes a DynamicType into its IDL representation.
41+
* @brief Serializes a @ref DynamicType into its IDL representation.
4242
*
43-
* @param [in] dynamic_type The DynamicType to serialize.
43+
* @param [in] dynamic_type The @ref DynamicType to serialize.
4444
* @param [in,out] output The IDL representation.
45+
* @retval RETCODE_OK when serialization fully succeeds, and inner (member serialization) failing code otherwise.
4546
*/
4647
FASTDDS_EXPORTED_API ReturnCode_t idl_serialize(
4748
const DynamicType::_ref_type& dynamic_type,

0 commit comments

Comments
 (0)