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 <ricardo@richiware.dev>
  • Loading branch information
richiware committed Jun 5, 2024
1 parent 01622c5 commit 2cba6d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if(MSVC OR MSVC_IDE)
endif()
else()
set(CMAKE_CXX_FLAGS
"${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool ${EPROSIMA_EXTRA_CMAKE_CXX_FLAGS}")
"${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool")
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-psabi")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1934,8 +1934,8 @@ 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.
* @return Reference to the minimal @TypeIdentifier.
* @param[out] ec Returns if there was an error.
* @return Reference to the minimal @ref TypeIdentifier.
*/
FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_minimal_type_identifier(
const TypeIdentifierPair& type_ids,
Expand All @@ -1945,8 +1945,8 @@ 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.
* @return Reference to the complete @TypeIdentifier.
* @param[out] ec Returns if there was an error.
* @return Reference to the complete @ref TypeIdentifier.
*/
FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_complete_type_identifier(
const TypeIdentifierPair& type_ids,
Expand Down

0 comments on commit 2cba6d6

Please sign in to comment.