diff --git a/src/Magnum/Trade/AnimationData.h b/src/Magnum/Trade/AnimationData.h index 1c903e5a7..48e46e975 100644 --- a/src/Magnum/Trade/AnimationData.h +++ b/src/Magnum/Trade/AnimationData.h @@ -224,8 +224,8 @@ class AnimationTrackData { * @brief Default constructor * * Leaves contents at unspecified values. Provided as a convenience for - * initialization of @ref AnimationData structure, expected to be - * replaced with concrete values later. + * initialization of the track array for @ref AnimationData, expected + * to be replaced with concrete values later. */ /*implicit*/ AnimationTrackData() noexcept: _type{}, _resultType{}, _targetType{}, _target{}, _view{} {}