centralize load(qt_build_config)s in .qmake.conf
[profile/ivi/qtdeclarative.git] / src / particles / qquickage.cpp
index c69f33a..68719dd 100644 (file)
 #include "qquickparticleemitter_p.h"
 QT_BEGIN_NAMESPACE
 /*!
-    \qmlclass Age QQuickAgeAffector
+    \qmltype Age
+    \instantiates QQuickAgeAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
     \brief For altering particle ages
+    \ingroup qtquick-particles
 
     The Age affector allows you to alter where the particle is in its lifecycle. Common uses
     are to expire particles prematurely, possibly giving them time to animate out.
 
+    The Age affector is also sometimes known as a 'Kill' affector, because with the default
+    parameters it will immediately expire all particles which it affects.
+
     The Age affector only applies to particles which are still alive.
 */
 /*!