Skip to content

Commit 5ad987a

Browse files
Manual fix for documentation generation (#5012)
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent eb45141 commit 5ad987a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

include/fastrtps/types/DynamicLoanableSequence.hpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,7 @@ class LoanableSequence<fastrtps::types::DynamicData, _NonConstEnabler>
101101
LoanableSequence(
102102
LoanableSequence&&) = default;
103103

104-
/**
105-
* @brief Move assignment operator for LoanableSequence.
106-
*
107-
* @param[in] other The other LoanableSequence to move from.
108-
*
109-
* @return A reference to this LoanableSequence.
110-
*/
104+
/// Move assignment operator for LoanableSequence.
111105
LoanableSequence& operator =(
112106
LoanableSequence&&) = default;
113107

0 commit comments

Comments
 (0)