Skip to content

Commit

Permalink
Refs #21349. Fix doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
  • Loading branch information
richiware committed Jul 17, 2024
1 parent c7052c3 commit 977befe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/fastdds/dds/topic/TopicDataType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class TopicDataType
/**
* Get the key associated with the data.
*
* @param [in] data Pointer to the payload containing the data.
* @param [in] payload Pointer to the payload containing the data.
* @param [out] ihandle Pointer to the Handle.
* @param [in] force_md5 Force MD5 checking.
* @return True if correct.
Expand Down
10 changes: 1 addition & 9 deletions include/fastdds/dds/topic/TypeSupport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ class TypeSupport : public std::shared_ptr<TopicDataType>
return get()->get_name();
}

/**
* @brief Serializes the data
*
* @param data Pointer to data
* @param payload Pointer to payload
* @return true if it is serialized correctly, false if not
*/

/**
* @brief Serializes the data
*
Expand Down Expand Up @@ -207,7 +199,7 @@ class TypeSupport : public std::shared_ptr<TopicDataType>
* @return true if the key is returned, false if not
*/
FASTDDS_EXPORTED_API virtual bool compute_key(
void* data,
const void* const data,
InstanceHandle_t& i_handle,
bool force_md5 = false)
{
Expand Down

0 comments on commit 977befe

Please sign in to comment.