From 772f0c06f7a88c431f3485be11eaea247ee36f8d Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 20 Oct 2015 12:21:37 +0200 Subject: Doc: Corrected qdoc errors \generatelist{related} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-43810 Change-Id: I9ffb78dc02453590008416ba74f3d1a7f56b36fa Reviewed-by: Venugopal Shivashankar Reviewed-by: Martin Smith Reviewed-by: Topi Reiniƶ --- src/quick/doc/src/concepts/effects/sprites.qdoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/quick/doc/src/concepts/effects/sprites.qdoc') diff --git a/src/quick/doc/src/concepts/effects/sprites.qdoc b/src/quick/doc/src/concepts/effects/sprites.qdoc index edad89b1e5..62d9ea0811 100644 --- a/src/quick/doc/src/concepts/effects/sprites.qdoc +++ b/src/quick/doc/src/concepts/effects/sprites.qdoc @@ -26,13 +26,10 @@ ****************************************************************************/ /*! -\ingroup qtquick-images-sprites \page qtquick-effects-sprites.html \title Sprite Animations \brief Sprite-based animations with flexible transitioning -\generatelist{related} - \section1 Sprite Engine The \l {Qt Quick} sprite engine is a stochastic state machine combined with the ability @@ -167,9 +164,9 @@ Additionally, \l ImageParticle can use \l Sprite types to define sprites for eac sprite engine per type. This works similarly to SpriteSequence, but it also has the parametrized variability provided by the \l ImageParticle type. -\section1 AnimatedSprite +\section1 AnimatedSprite Type -For use-cases which do not need to transition between animations, consider the \l AnimatedSprite type. +For use-cases which do not need to transition between animations, consider the AnimatedSprite type. This type displays sprite animations with the same input format, but only one at a time. It also provides more fine-grained manual control, as there is no sprite engine managing the timing and transitions behind the scenes. -- cgit v1.2.3