Skip to content

Commit 2cba6d6

Browse files
committed
Refs #21044. Fix doxygen
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 01622c5 commit 2cba6d6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(MSVC OR MSVC_IDE)
6969
endif()
7070
else()
7171
set(CMAKE_CXX_FLAGS
72-
"${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool ${EPROSIMA_EXTRA_CMAKE_CXX_FLAGS}")
72+
"${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra -Wno-unknown-pragmas -Wno-error=deprecated-declarations -Wno-switch-bool")
7373
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
7474
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-psabi")
7575
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined")

include/fastdds/dds/xtypes/type_representation/TypeObjectUtils.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,8 +1934,8 @@ class TypeObjectUtils
19341934
* @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is minimal, returns its reference.
19351935
*
19361936
* @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier.
1937-
* @param[out] bool Returns if there was an error.
1938-
* @return Reference to the minimal @TypeIdentifier.
1937+
* @param[out] ec Returns if there was an error.
1938+
* @return Reference to the minimal @ref TypeIdentifier.
19391939
*/
19401940
FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_minimal_type_identifier(
19411941
const TypeIdentifierPair& type_ids,
@@ -1945,8 +1945,8 @@ class TypeObjectUtils
19451945
* @brief If one of the @ref TypeIdentifier in @ref TypeIdentifierPair is complete, returns its reference.
19461946
*
19471947
* @param[in] type_ids @ref TypeIdentifierPair used to retrieve the @ref TypeIdentifier.
1948-
* @param[out] bool Returns if there was an error.
1949-
* @return Reference to the complete @TypeIdentifier.
1948+
* @param[out] ec Returns if there was an error.
1949+
* @return Reference to the complete @ref TypeIdentifier.
19501950
*/
19511951
FASTDDS_EXPORTED_API static const TypeIdentifier& retrieve_complete_type_identifier(
19521952
const TypeIdentifierPair& type_ids,

0 commit comments

Comments
 (0)