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 bc34343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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,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 bc34343

Please sign in to comment.