diff --git a/include/fastrtps/types/DynamicLoanableSequence.hpp b/include/fastrtps/types/DynamicLoanableSequence.hpp index 4c9f12a650c..efac377521b 100644 --- a/include/fastrtps/types/DynamicLoanableSequence.hpp +++ b/include/fastrtps/types/DynamicLoanableSequence.hpp @@ -101,13 +101,7 @@ class LoanableSequence LoanableSequence( LoanableSequence&&) = default; - /** - * @brief Move assignment operator for LoanableSequence. - * - * @param[in] other The other LoanableSequence to move from. - * - * @return A reference to this LoanableSequence. - */ + /// Move assignment operator for LoanableSequence. LoanableSequence& operator =( LoanableSequence&&) = default;