From ea61ecf43e96bae585c74d0188f40e7b597a2aca Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Mon, 1 Jul 2024 16:24:48 +0200 Subject: [PATCH] Refs #21256: Manual fix for documentation generation Signed-off-by: JesusPoderoso --- include/fastrtps/types/DynamicLoanableSequence.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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;