Skip to content

Commit

Permalink
Refs #21044. Fix doxygen
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo González Moreno <[email protected]>
  • Loading branch information
richiware committed Jun 5, 2024
1 parent 01622c5 commit 5a86d71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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(
Expand Down

0 comments on commit 5a86d71

Please sign in to comment.