From ea941c03a37a04dc57cbfbdb996b7ba3cef0179f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 13 Jan 2019 13:40:29 +0100 Subject: [PATCH] Trade: doc++ --- src/Magnum/Trade/AnimationData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{} {}