follow rename of qt_module_config.prf to qt_module.prf
[profile/ivi/qtdeclarative.git] / src / particles / qquickcumulativedirection.cpp
index d7c4094..72ca7ef 100644 (file)
 QT_BEGIN_NAMESPACE
 
 /*!
-    \qmlclass CumulativeDirection QQuickCumulativeDirection
+    \qmltype CumulativeDirection
+    \instantiates QQuickCumulativeDirection
     \inqmlmodule QtQuick.Particles 2
     \inherits Direction
-    \brief The CumulativeDirection element allows you to specify a direction made of other directions
+    \brief For specifying a direction made of other directions
+    \ingroup qtquick-particles
 
     The CumulativeDirection element will act as a direction that sums the directions within it.
 */