Skip to content

Commit

Permalink
Fix doxygen reference
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored and richiware committed Jul 23, 2024
1 parent 78d35aa commit c487cd4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ class DynamicPubSubType : public virtual eprosima::fastdds::dds::TopicDataType
*
* @return pointer to the new object
*
* @remark Ownership is transferred. This object must be removed using @ref deleteData
* @remark Ownership is transferred. This object must be removed using @ref delete_data
*/
FASTDDS_EXPORTED_API void* create_data() override;

/**
* @brief Deletes an object previously allocated via @ref createData
* @brief Deletes an object previously allocated via @ref create_data
*
* @param data pointer to the object to be deleted
*
* @remark Ownership is transferred. This object must be allocated using @ref createData
* @remark Ownership is transferred. This object must be allocated using @ref create_data
*/
FASTDDS_EXPORTED_API void delete_data (
FASTDDS_EXPORTED_API void delete_data(
void* data) override;

/**
Expand Down

0 comments on commit c487cd4

Please sign in to comment.