Fix broken doc comment

This commit is contained in:
Martchus 2023-02-03 12:45:44 +01:00
parent ca6abe31a0
commit a9c4bca679
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ inline AbortableProgressFeedback::AbortableProgressFeedback(Callback &&callback,
} }
/*! /*!
/* \brief Constructs a new AbortableProgressFeedback based on \a other. * \brief Constructs a new AbortableProgressFeedback based on \a other.
*/ */
inline AbortableProgressFeedback::AbortableProgressFeedback(const AbortableProgressFeedback& other) inline AbortableProgressFeedback::AbortableProgressFeedback(const AbortableProgressFeedback& other)
: BasicProgressFeedback<AbortableProgressFeedback>(other) : BasicProgressFeedback<AbortableProgressFeedback>(other)