Skip to content

Commit

Permalink
Manual fix for documentation generation (#5013)
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso authored Jul 2, 2024
1 parent 88b583c commit df849e4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/fastrtps/types/DynamicLoanableSequence.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,7 @@ class LoanableSequence<fastrtps::types::DynamicData, _NonConstEnabler>
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;

Expand Down

0 comments on commit df849e4

Please sign in to comment.