Doc: Sanitized QML types
authorNico Vertriest <nico.vertriest@nokia.com>
Fri, 18 May 2012 13:19:55 +0000 (15:19 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 24 May 2012 13:41:16 +0000 (15:41 +0200)
-modified \brief
-checked QML modules
-added qml directory to the qdocconf file
-added particles directory to the qdocconf file

Change-Id: I589e32d3106cda37c7fa4d55a941afd9876fc2b2
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
97 files changed:
src/imports/localstorage/plugin.cpp
src/imports/testlib/signalspy.qdoc
src/imports/testlib/testcase.qdoc
src/imports/xmllistmodel/qqmlxmllistmodel.cpp
src/particles/qquickage.cpp
src/particles/qquickangledirection.cpp
src/particles/qquickcumulativedirection.cpp
src/particles/qquickcustomparticle.cpp
src/particles/qquickdirection.cpp
src/particles/qquickellipseextruder.cpp
src/particles/qquickfriction.cpp
src/particles/qquickgravity.cpp
src/particles/qquickgroupgoal.cpp
src/particles/qquickimageparticle.cpp
src/particles/qquickitemparticle.cpp
src/particles/qquicklineextruder.cpp
src/particles/qquickmaskextruder.cpp
src/particles/qquickparticleaffector.cpp
src/particles/qquickparticleemitter.cpp
src/particles/qquickparticleextruder.cpp
src/particles/qquickparticlegroup.cpp
src/particles/qquickparticlepainter.cpp
src/particles/qquickparticlesystem.cpp
src/particles/qquickpointattractor.cpp
src/particles/qquickpointdirection.cpp
src/particles/qquickrectangleextruder.cpp
src/particles/qquickspritegoal.cpp
src/particles/qquicktargetdirection.cpp
src/particles/qquicktrailemitter.cpp
src/particles/qquickturbulence.cpp
src/particles/qquickv8particledata.cpp
src/particles/qquickwander.cpp
src/qml/doc/src/types/qmldate.qdoc
src/qml/qml/qqmlcomponent.cpp
src/qml/qml/qqmlengine.cpp
src/qml/qml/qqmllocale.cpp
src/qml/qml/qquicklistmodel.cpp
src/qml/qml/qquickworkerscript.cpp
src/quick/doc/qtquick.qdocconf
src/quick/doc/src/particles/particles.qdoc
src/quick/doc/src/qtquick2.qdoc
src/quick/items/context2d/qquickcanvasitem.cpp
src/quick/items/context2d/qquickcontext2d.cpp
src/quick/items/qquickaccessibleattached.cpp
src/quick/items/qquickanimatedimage.cpp
src/quick/items/qquickanimatedsprite.cpp
src/quick/items/qquickborderimage.cpp
src/quick/items/qquickcanvas.cpp
src/quick/items/qquickdrag.cpp
src/quick/items/qquickdroparea.cpp
src/quick/items/qquickevents.cpp
src/quick/items/qquickflickable.cpp
src/quick/items/qquickflipable.cpp
src/quick/items/qquickfocusscope.cpp
src/quick/items/qquickgridview.cpp
src/quick/items/qquickimage.cpp
src/quick/items/qquickitem.cpp
src/quick/items/qquickitemanimation.cpp
src/quick/items/qquickitemviewtransition.cpp
src/quick/items/qquicklistview.cpp
src/quick/items/qquickloader.cpp
src/quick/items/qquickmousearea.cpp
src/quick/items/qquickmultipointtoucharea.cpp
src/quick/items/qquickpathview.cpp
src/quick/items/qquickpincharea.cpp
src/quick/items/qquickpositioners.cpp
src/quick/items/qquickrectangle.cpp
src/quick/items/qquickrepeater.cpp
src/quick/items/qquickshadereffect.cpp
src/quick/items/qquickshadereffectmesh.cpp
src/quick/items/qquickshadereffectsource.cpp
src/quick/items/qquicksprite.cpp
src/quick/items/qquickspritesequence.cpp
src/quick/items/qquickstateoperations.cpp
src/quick/items/qquicktext.cpp
src/quick/items/qquicktextedit.cpp
src/quick/items/qquicktextinput.cpp
src/quick/items/qquickvisualdatamodel.cpp
src/quick/items/qquickvisualitemmodel.cpp
src/quick/util/qquickanimation.cpp
src/quick/util/qquickanimationcontroller.cpp
src/quick/util/qquickbehavior.cpp
src/quick/util/qquickbind.cpp
src/quick/util/qquickconnections.cpp
src/quick/util/qquickfontloader.cpp
src/quick/util/qquickpackage.cpp
src/quick/util/qquickpath.cpp
src/quick/util/qquickpathinterpolator.cpp
src/quick/util/qquickpropertychanges.cpp
src/quick/util/qquicksmoothedanimation.cpp
src/quick/util/qquickspringanimation.cpp
src/quick/util/qquickstate.cpp
src/quick/util/qquickstatechangescript.cpp
src/quick/util/qquickstategroup.cpp
src/quick/util/qquicksystempalette.cpp
src/quick/util/qquicktimer.cpp
src/quick/util/qquicktransition.cpp

index ac007f2849980a2f7343e4a34fb094afd1ee5788..e3e9fa4cd3c97e43582f885b6269d9c9171ebad1 100644 (file)
@@ -456,7 +456,7 @@ through the data.
     \inqmlmodule QtQuick.LocalStorage 2
     \since QtQuick 2.0
 
-    \brief The LocalStorage module API provides the ability to access local offline storage in an SQL database.
+    \brief Provides a JavaScript module API for accessing a local SQLite database
 
 These databases are user-specific and QML-specific, but accessible to all QML applications.
 They are stored in the \c Databases subdirectory
index 504ab8de5e1bb2393906a0891daa7573cdc343b2..743c0e2aedb9ac004723e5cc930482598d616298 100644 (file)
@@ -41,7 +41,7 @@
 
 /*!
     \qmlclass SignalSpy SignalSpy
-    \brief The SignalSpy item enables introspection of signal emission.
+    \brief Enables introspection of signal emission
     \since 4.8
     \ingroup qtest::qml
 
index 29f7a2d2877821f0a92711a454c86330b70b0da2..3f47c237e2cd8d2384d518d3a7d189b942817fb3 100644 (file)
@@ -41,7 +41,7 @@
 
 /*!
     \qmlclass TestCase TestCase
-    \brief The TestCase item represents a unit test case.
+    \brief Represents a unit test case
     \since 4.8
     \ingroup qtest::qml
 
index e95fd26f79b1d21e5ae2fbc686345f00a2524875..221fdaea423bc438af1937dad48b173f6d6b7bd5 100644 (file)
@@ -72,7 +72,7 @@ typedef QPair<int, int> QQuickXmlListRange;
     \qmlclass XmlRole QQuickXmlListModelRole
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The XmlRole element allows you to specify a role for an XmlListModel.
+    \brief For specifying a role to an XmlListModel
 
     \sa {QtQml}
 */
@@ -597,7 +597,7 @@ void QQuickXmlListModelPrivate::clear_role(QQmlListProperty<QQuickXmlListModelRo
     \qmlclass XmlListModel QQuickXmlListModel
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The XmlListModel element is used to specify a read-only model using XPath expressions.
+    \brief For specifying a read-only model using XPath expressions
 
 
     To use this element, you will need to import the module with the following line:
index 9f24cba3cc5240820414e9138e033f650b7c6d0e..c69f33acc8ce5e0cc41defcee78261eb9378a9db 100644 (file)
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Age QQuickAgeAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The Age affector allows you to prematurely age particles
+    \brief For altering particle ages
 
     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.
index e77c47362c56b7e2c889bef254d8883cceae14f9..e30984e50ff951bdd2bc10954c7883c1ab33f818 100644 (file)
@@ -51,7 +51,7 @@ const qreal CONV = 0.017453292519943295;
     \qmlclass AngleDirection QQuickAngleDirection
     \inqmlmodule QtQuick.Particles 2
     \inherits Direction
-    \brief The AngleDirection element allows you to specify a direction that varies in angle
+    \brief For specifying a direction that varies in angle
 
     The AngledDirection element allows both the specification of a direction by angle and magnitude,
     as well as varying the parameters by angle or magnitude.
index d7c409429784e050c11709f7c7e4face368b1b68..c187251343cd1821ee2e586883c0dca4897e2ef0 100644 (file)
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass CumulativeDirection 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
 
     The CumulativeDirection element will act as a direction that sums the directions within it.
 */
index 7d27e48c6be932473410ab1a44810a488f225479..798a00c54d81f77e82d9e584805245d8556a323f 100644 (file)
@@ -124,7 +124,7 @@ struct PlainVertices {
     \qmlclass CustomParticle QQuickCustomParticle
     \inqmlmodule QtQuick.Particles 2
     \inherits ParticlePainter
-    \brief The CustomParticle element allows you to specify your own shader to paint particles.
+    \brief For specifying shaders to paint particles
 
 */
 
index 4127d06be06b06fb7003f05049bfd8452597e0c2..aa45c12c880e83eaa0f4ad06502a75f84ec8de5b 100644 (file)
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Direction QQuickDirection
     \inqmlmodule QtQuick.Particles 2
-    \brief The Direction elements allow you to specify a vector space.
+    \brief For specifying a vector space
 
 */
 
index 083564e5cba3bd78c944acbcf10dd0d5f64e7e41..d7feccba4aee51f30ca9192dc6563a585ce5943e 100644 (file)
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass EllipseShape QQuickEllipseExtruder
     \inqmlmodule QtQuick.Particles 2
     \inherits Shape
-    \brief The EllipseShape represents an ellipse to other particle system elements
+    \brief Represents an ellipse to other particle system elements
 
     This shape can be used by Emitter subclasses and Affector subclasses to have
     them act upon an ellipse shaped area.
index d37d109f4885e11556960ffda5d9a0d0c0eb732c..465c70ae1ea8a52e008a7610cb8d851bc24d950d 100644 (file)
@@ -45,7 +45,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Friction QQuickFrictionAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The Friction affector slows down movement proportional to the particle's current speed.
+    \brief For applying friction proportional to the particle's current speed
 
 */
 
index cf4f35eb7236fb7fcf530efe8d7bdeb18c6060f6..ae68f32f7d6a254c278c09bfd1928758ad82fc22 100644 (file)
@@ -47,7 +47,7 @@ const qreal CONV = 0.017453292520444443;
     \qmlclass Gravity QQuickGravityAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The Gravity element allows you to set an accleration in an angle
+    \brief For applying accleration in an angle
 
     This element will accelerate all affected particles to a vector of
     the specified magnitude in the specified angle. If the angle and acceleration do
index 0d7f15a9e10e4d4268b643984db60f4781a8d27e..614a2f8c64f552f3121cae583e7b7d9787433c23 100644 (file)
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass GroupGoal QQuickGroupGoalAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The GroupGoal Affector allows you to change the state of a group of a particle.
+    \brief For changing the state of a group of a particle
 
 */
 /*!
index 80420ee4c292a32ea02d20056ebc2cff37016cd9..d83d2f8d60eb0ddbe83b7188f01d28fd1f78c5a5 100644 (file)
@@ -587,7 +587,7 @@ void fillUniformArrayFromImage(float* array, const QImage& img, int size)
     \qmlclass ImageParticle QQuickImageParticle
     \inqmlmodule QtQuick.Particles 2
     \inherits ParticlePainter
-    \brief The ImageParticle element visualizes logical particles using an image
+    \brief For visualizing logical particles using an image
 
     This element renders a logical particle as an image. The image can be
     \list
index 91ef06fcb2051d0a911a07f90c9cf28fe9eb0757..d347ca07f10d5242c3f41f8e91e1ee904f24fb4c 100644 (file)
@@ -52,7 +52,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass ItemParticle QQuickItemParticle
     \inqmlmodule QtQuick.Particles 2
     \inherits ParticlePainter
-    \brief The ItemParticle element allows you to specify your own delegate to paint particles.
+    \brief For specifying a delegate to paint particles
 
 */
 
index f555de3f72dddbec265dc4cc72302a02715fab1f..4cefa386bd6992709f7ce7090d48cfcee6e40828 100644 (file)
@@ -46,7 +46,7 @@
     \qmlclass LineShape QQuickLineExtruder
     \inqmlmodule QtQuick.Particles 2
     \inherits Shape
-    \brief The LineShape represents a line to Affectors and Emitter
+    \brief Represents a line for affectors and emitters
 
 */
 
index 161a60ca8f46e420e7b2c6f74e14023235404c50..d294c6d04bb190b1e66735559f2b3fb149bb6003 100644 (file)
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass MaskShape QQuickMaskExtruder
     \inqmlmodule QtQuick.Particles 2
     \inherits Shape
-    \brief The MaskShape element allows you to represent an image as a shape to affectors and emitters.
+    \brief For representing an image as a shape to affectors and emitters
 
 */
 /*!
index e2be8771d413ca36397fe33e6d74d2db1cbf3bd1..f0a4874b5d6f379a29bbd91c9981d0358099e3f6 100644 (file)
@@ -47,7 +47,8 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Affector QQuickParticleAffector
     \inqmlmodule QtQuick.Particles 2
-    \brief Affector elements can alter the attributes of logical particles at any point in their lifetime.
+    \brief Applies alterations to the attributes of logical particles at any
+    point in their lifetime
 
     The base Affector does not alter any attributes, but can be used to emit a signal
     when a particle meets certain conditions.
index 8181e8b4f150ec976f0d8c283625c071fcde03d2..23364a2c258f930798e0a3d667129b69dcc855d4 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Emitter QQuickParticleEmitter
     \inqmlmodule QtQuick.Particles 2
-    \brief The Emitter element allows you to emit logical particles.
+    \brief Emits logical particles
 
     This element emits logical particles into the ParticleSystem, with the
     given starting attributes.
index 279f7c05f3c2c000f79b8efc7894f14ea9539c49..6a28a3ddd5cb024ee5c0642ef981a5f6bfc5f9af 100644 (file)
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Shape QQuickParticleExtruder
     \inqmlmodule QtQuick.Particles 2
-    \brief The Shape element allows you to specify an area for affectors and emitter.
+    \brief For specifying an area for affectors and emitters
 
     The base class is just a rectangle.
 */
index 9a165074a18221e6bd64792753a121e4245749b6..e6e217982a3ef88488901cea824825961a369c28 100644 (file)
@@ -44,7 +44,7 @@
 /*!
     \qmlclass ParticleGroup QQuickParticleGroup
     \inqmlmodule QtQuick.Particles 2
-    \brief ParticleGroup elements allow you to set attributes on a logical particle group.
+    \brief For setting attributes on a logical particle group
 
     This element allows you to set timed transitions on particle groups.
 
index e490b7024013bada625836d3d73bc38c4cdfb778..3c4d5982ca1195b3ec6ced5faa6bbf455095cf07 100644 (file)
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass ParticlePainter QQuickParticlePainter
     \inqmlmodule QtQuick.Particles 2
     \inherits ParticlePainter
-    \brief ParticlePainter elements allow you to specify how to paint particles.
+    \brief For specifying how to paint particles
 
     The default implementation paints nothing. See the subclasses if you want to
     paint something visible.
index 4fd6108f2f80eea70e5962d93a14f450e8aa2643..f5a25ffbee2458889907fc7030711a744af1a37f 100644 (file)
@@ -103,7 +103,7 @@ DEFINE_BOOL_CONFIG_OPTION(qmlParticlesDebug, QML_PARTICLES_DEBUG)
 /*!
     \qmlclass ParticleSystem QQuickParticleSystem
     \inqmlmodule QtQuick.Particles 2
-    \brief The ParticleSystem brings together ParticlePainter, Emitter and Affector elements.
+    \brief A system which includes particle painter, emitter, and affector types
 
 */
 
index a54ee41c1e91e1d4ffd135b7ae7006bd262589d2..ce6fb1887c39469ce2cf468c6e84d87f3ee85d4f 100644 (file)
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Attractor QQuickAttractorAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The Attractor allows you to attract particles towards a specific point.
+    \brief For attracting particles towards a specific point
 
     Note that the size and position of this element affects which particles it affects.
     The size of the point attracted to is always 0x0, and the location of that point
index e35eb4854caf53689bd106c0054f2786f75c5fd4..8106a6445dfce8d3d13142345c91a6dd8587c1fe 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass PointDirection QQuickPointDirection
     \inqmlmodule QtQuick.Particles 2
     \inherits Direction
-    \brief The PointDirection element allows you to specify a direction that varies in x and y components
+    \brief For specifying a direction that varies in x and y components
 
     The PointDirection element allows both the specification of a direction by x and y components,
     as well as varying the parameters by x or y component.
index ad2207ca9a7c5c8c9117a9b6fa3183d858eef23a..9d95dcce6394f23e79b6a87b80874e0486f33b2e 100644 (file)
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass RectangleShape QQuickRectangleExtruder
     \inqmlmodule QtQuick.Particles 2
-    \brief The RectangleShape element allows you to specify an area for affectors and emitter.
+    \brief For specifying an area for affectors and emitter
 
     Just a rectangle.
 */
index 95d913cafaa7a9820a4ca613560aa2cfcea2cd8e..7b58bece7688cc24c471a21eb5bdb2fae4c09482 100644 (file)
@@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass SpriteGoal QQuickSpriteGoalAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The SpriteGoal Affector allows you to change the state of a sprite particle.
+    \brief For changing the the state of a sprite particle
 
 */
 /*!
index 695684dfde0194a9cbb690e901e97d1c2cfe972c..086149191e434eda14c505e7dcbbcb3252aed992 100644 (file)
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass TargetDirection QQuickTargetDirection
     \inqmlmodule QtQuick.Particles 2
     \inherits Direction
-    \brief The TargetDirection element allows you to specify a direction towards the target point
+    \brief For specifying a direction towards the target point
 
 */
 /*!
index 3ea68ce681332c06bcf4066941fc3c92c9e5f187..cd202f6ed97c32cbd48b841c52f7159df9b95bca 100644 (file)
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass TrailEmitter QQuickTrailEmitter
     \inqmlmodule QtQuick.Particles 2
     \inherits QQuickParticleEmitter
-    \brief The TrailEmitter element allows you to emit logical particles from other logical particles.
+    \brief Emits logical particles from other logical particles
 
     This element emits logical particles into the ParticleSystem, with the
     starting positions based on those of other logical particles.
index 18ecc6a4cd1a25424a57fafa1c4a494b5f3de28e..dac67df0313b36cb7e84df833e93dad598d003c0 100644 (file)
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Turbulence QQuickTurbulenceAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief Turbulence provides fluid like forces based on a noise image.
+    \brief Provides fluid-like forces from a noise image
 
     The Turbulence Element scales the noise source over the area it affects,
     and uses the curl of that source to generate force vectors.
index 8e50e410915f2c36ece23d8adb591364c8e7e378..8cbbcabf3a51ab9ff285043b9d50a53b787f5ab3 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Particle
     \inqmlmodule QtQuick.Particles 2
-    \brief Particle elements can be manipulated in custom emitters and affectors.
+    \brief Represents particles manipulated by emitters and affectors
 
     Particle elements are always managed internally by the ParticleSystem and cannot be created in QML.
     However, sometimes they are exposed via signals so as to allow arbitrary changes to the particle state
index 0f9a5f069b8b7a605d210730c3327ec5b0fe406a..8d2556d4b1cadf9dfd6c7c28bb6d98b9f051f427 100644 (file)
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Wander QQuickWanderAffector
     \inqmlmodule QtQuick.Particles 2
     \inherits Affector
-    \brief The Wander affector allows particles to randomly vary their trajectory.
+    \brief For applying random particle trajectory
 
 */
 /*!
index 3931aa6e4551b642a9bff01f6ef41b8179366387..802f9775037638701a29b2baa42f0a8e2bd27191 100644 (file)
@@ -28,7 +28,7 @@
 /*!
     \qmlclass Date
     \inqmlmodule QtQuick 2
-    \brief The Date object provides date functions
+    \brief Provides date functions
 
     The QML Date object extends the JS Date object with
     locale aware functions.
index f82f1d281e4d60275b3f60ea905fb3f15168f771..1ade6988f736dd1457111aea6614fb81fffc0343 100644 (file)
@@ -112,10 +112,11 @@ static inline QString buildTypeNameForDebug(const QMetaObject *metaObject)
 /*!
     \class QQmlComponent
     \since 5.0
-    \brief The QQmlComponent class encapsulates a QML component definition.
     \inmodule QtQml
     \mainclass
 
+    \brief The QQmlComponent class encapsulates a QML component definition
+
     Components are reusable, encapsulated QML elements with well-defined interfaces.
     They are often defined in \l {qdeclarativedocuments.html}{Component Files}.
 
@@ -190,7 +191,8 @@ static inline QString buildTypeNameForDebug(const QMetaObject *metaObject)
     \qmlclass Component QQmlComponent
     \ingroup qml-utility-elements
     \since 4.7
-    \brief The Component element encapsulates a QML component definition.
+    \inqmlmodule QtQuick 2
+    \brief Encapsulates a QML component definition
 
     Components are reusable, encapsulated QML elements with well-defined interfaces.
 
index e3fc083914486660dbed0902ad697fca0cbf46bb..4a3e30793cc1d27795ea32a89c4be98681ba5111 100644 (file)
@@ -109,9 +109,10 @@ void qmlRegisterBaseTypes(const char *uri, int versionMajor, int versionMinor)
 
 /*!
   \qmlclass QtObject QObject
+  \inqmlmodule QtQuick 2
   \ingroup qml-utility-elements
   \since 4.7
-  \brief The QtObject element is the most basic element in QML.
+  \brief A basic QML type
 
   The QtObject element is a non-visual element which contains only the
   objectName property.
index 0371d0ea0a92053a4d7573a86a3b00b89a7cf969..7d2dafe3b3f6f876e852007fe53cdaefbdfaca9a 100644 (file)
@@ -748,7 +748,7 @@ V8_DEFINE_EXTENSION(QV8LocaleDataDeletable, localeV8Data);
 /*!
     \qmlclass Locale QQmlLocale
     \inqmlmodule QtQuick 2
-    \brief The Locale object provides locale specific properties and formatted data.
+    \brief Provides locale specific properties and formatted data
 
     The Locale object may only be created via the \l{QML:Qt::locale()}{Qt.locale()} function.
     It cannot be created directly.
index 15b39b2cb4e4cc377e09e07e6289595fb206785b..389394652a2bfe4351d9a59da7a4d7c8497c81ad 100644 (file)
@@ -1357,7 +1357,7 @@ QQuickListModelParser::ListInstruction *QQuickListModelParser::ListModelData::in
     \qmlclass ListModel QQuickListModel
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The ListModel element defines a free-form list data source.
+    \brief Defines a free-form list data source
 
     The ListModel is a simple container of ListElement definitions, each containing data roles.
     The contents can be defined dynamically, or explicitly in QML.
@@ -2428,7 +2428,7 @@ bool QQuickListModelParser::definesEmptyList(const QString &s)
     \qmlclass ListElement QQuickListElement
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The ListElement element defines a data item in a ListModel.
+    \brief Defines a data item in a ListModel
 
     List elements are defined inside ListModel definitions, and represent items in a
     list that will be displayed using ListView or \l Repeater items.
index 03433124d09caf07d19c9d9f1c7f6cf23ac2232b..81ebb1fed42a7b30738c270fe2efe6659b049f07 100644 (file)
@@ -562,7 +562,8 @@ void QQuickWorkerScriptEngine::run()
 /*!
     \qmlclass WorkerScript QQuickWorkerScript
     \ingroup qml-utility-elements
-    \brief The WorkerScript element enables the use of threads in QML.
+    \inqmlmodule QtQuick 2
+    \brief Enables the use of threads in QML
 
     Use WorkerScript to run operations in a new thread.
     This is useful for running operations in the background so
index 551bf926b7dd503873cfa0976d54367c67da64af..8b0f9a43b3080b03b6bad04d126b2835bd7e35bb 100644 (file)
@@ -96,3 +96,7 @@ exampledirs += ../../qml/snippets \
                ../../qml
 
 imagedirs += ../../qml
+
+#add particles sources
+headerdirs += ../../particles
+sourcedirs += ../../particles
index d2806bac5a133a1f18dcb87ba835997d16eec2ad..2f5432b39a6445977af45e500fb1947f611cbf9e 100644 (file)
   \qmlmodule QtQuick.Particles 2
   \title QML Module QtQuick.Particles 2
 
-  \brief Elements for the Qt Quick particle system
+  \brief Contains types for particle effects
 
-  This QML module contains a particle system for Qt Quick. To use these elements, you will need to import the module with the following line:
+  This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line:
   \code
   import QtQuick.Particles 2.0
   \endcode
 
-  For a simple overview of how the system can be used, see \l{qml-particlesystem.html}{Using the Qt Quick Particle System}.
+  For a simple overview of how the system can be used, see \l{Using the Qt Quick Particle System}.
 
   For details on the performance characteristics see \l{qml-particlesystem-performance.html}{Qt Quick Particle System Performance}.
 
index 20361adb16273bee13a35ba9bef0edeaf8339008..93f564025d649c6402cc86e03d50ebc36b7e6dea 100644 (file)
     \qmlmodule QtQuick 2
     \title QML Module QtQuick 2
 
-    \brief The QML Elements
+    \brief Contains QML types for creating applications
 
-    This QML module contains all the QML elements that are
+    This QML module contains all the QML types that are
     instantiated as objects of C++ classes in the QtQml
-    module. These elements work with the Scenegraph renderer and
+    module. These types work with the Scenegraph renderer and
     their own canvas.
  */
index 41f4ff4d1b6ef2b58a255a197be5c36e4c445eb2..7d2a85cb357a6e5640cb5b97bff16de5c31f9b4e 100644 (file)
@@ -138,7 +138,7 @@ QQuickCanvasItemPrivate::~QQuickCanvasItemPrivate()
     \qmlclass Canvas QQuickCanvasItem
     \inqmlmodule QtQuick 2
     \since QtQuick 2.0
-    \brief The Canvas item provides a 2D canvas element which enables drawing via Javascript.
+    \brief For specifying a 2D canvas element which enables drawing via Javascript
     \inherits Item
     \ingroup qml-basic-visual-elements
 
index 0e29492d5b1adcd21ecc747cb95db7033e35903f..ec457fa2420fffa2225a075f3f409db5fee038f2 100644 (file)
@@ -71,8 +71,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Context2D QQuickContext2D
     \inqmlmodule QtQuick 2
     \since QtQuick 2.0
-    \brief The Context2D API allows you to draw 2d graphic shapes on the \c
-    Canvas item.
+    \brief Provides 2D context for shapes on a Canvas item
 
     The Context2D object can be created by \c Canvas item's \c getContext()
     method:
@@ -2188,10 +2187,11 @@ static v8::Handle<v8::Value> ctx2d_strokeText(const v8::Arguments &args)
     return args.This();
 }
 /*!
-  \qmlclass QtQuick2::TextMetrics
+  \qmlclass TextMetrics
     \inqmlmodule QtQuick 2
     \since QtQuick 2.0
-    \brief The Context2D TextMetrics interface.
+    \brief Provides a Context2D TextMetrics interface
+
     The TextMetrics object can be created by QtQuick2::Context2D::measureText method.
     See {http://www.w3.org/TR/2dcontext/#textmetrics}{W3C 2d context TexMetrics} for more details.
 
@@ -2380,7 +2380,10 @@ static v8::Handle<v8::Value> ctx2d_drawImage(const v8::Arguments &args)
 
 // pixel manipulation
 /*!
-  \qmlclass QtQuick2::CanvasImageData
+    \qmlclass CanvasImageData
+    \inqmlmodule QtQuick 2
+    \brief Contains image pixel data in RGBA order
+
      The \a QtQuick2::CanvasImageData object holds the image pixel data.
 
      The \a QtQuick2::CanvasImageData object has the actual dimensions of the data stored in
@@ -2429,7 +2432,10 @@ v8::Handle<v8::Value> ctx2d_imageData_data(v8::Local<v8::String>, const v8::Acce
 }
 
 /*!
-  \qmlclass QtQuick2::CanvasPixelArray
+    \qmlclass CanvasPixelArray
+    \inqmlmodule QtQuick 2
+    \brief Provides ordered and indexed access to the components of each pixel in image data
+
   The CanvasPixelArray object provides ordered, indexed access to the color components of each pixel of the image data.
   The CanvasPixelArray can be accessed as normal Javascript array.
     \sa QtQuick2::CanvasImageData
@@ -2664,10 +2670,10 @@ static v8::Handle<v8::Value> ctx2d_putImageData(const v8::Arguments &args)
 }
 
 /*!
-  \qmlclass QtQuick2::CanvasGradient
+    \qmlclass CanvasGradient
     \inqmlmodule QtQuick 2
     \since QtQuick 2.0
-    \brief The Context2D opaque CanvasGradient interface.
+    \brief Provides an opaque CanvasGradient interface
   */
 
 /*!
index 27efebca0cad72651643448cbfd17bc549f941e4..0ab96c184b3f6cafdf8adaad6bf797ba59896552 100644 (file)
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
 
 /*!
     \qmlclass Accessible QQuickAccessibleAttached
-    \brief Attached property to enable accessibility of QML items.
+    \brief Enables accessibility of QML items
 
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
index 1c1c25351374fed0e05b6c3c9da57328698fcd27..4fd7b99190e0a384b85e1a1b38de86a353558c32 100644 (file)
@@ -57,6 +57,7 @@ QT_BEGIN_NAMESPACE
     \inqmlmodule QtQuick 2
     \inherits Image
     \ingroup basic-visual-elements
+    \brief Plays animations stored as a series of images
 
     The AnimatedImage element extends the features of the \l Image element, providing
     a way to play animations stored as images containing a series of frames,
index 8d89c22fa60ecc1fd94e8e0083f3c7e7df0f959e..0e370202cf6166991db947f0107fa95e0c2da442 100644 (file)
@@ -210,7 +210,7 @@ struct AnimatedSpriteVertices {
     \qmlclass AnimatedSprite QQuickAnimatedSprite
     \inqmlmodule QtQuick 2
     \inherits Item
-    \brief The AnimatedSprite element draws a sprite animation
+    \brief Draws a sprite animation
 
     AnimatedSprite provides rendering and control over animations which are provided
     as multiple frames in the same image file. You can play it at a fixed speed, at the
index 5b48a6fc85ce6d8ca90f342b5465ab53bc52c459..9c3992792e563804326876e5923d3154b96443ea 100644 (file)
@@ -57,7 +57,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass BorderImage QQuickBorderImage
     \inqmlmodule QtQuick 2
-    \brief The BorderImage element provides an image that can be used as a border.
+    \brief For specifying an image that can be used as a border
     \inherits Item
     \ingroup qml-basic-visual-elements
 
index c3aecce3728f4dec43ab097d8293b5923204ad58..b538dba99a53e1aec7ceaa51dcdffd8aaa01d5e1 100644 (file)
@@ -746,7 +746,7 @@ void QQuickCanvasPrivate::cleanup(QSGNode *n)
 /*!
     \qmlclass Window QQuickCanvas
     \inqmlmodule QtQuick.Window 2
-    \brief The Window object creates a new top-level window.
+    \brief Creates a new top-level window
 
     The Window object creates a new top-level window for a QtQuick scene. It automatically sets up the
     window for use with QtQuick 2.0 graphical elements.
index 0aee026533e8c562da98d15dee426ca8a7d3668b..ca7b716ef2a99014ae8ba689c7a06fb2f8aa3238 100644 (file)
@@ -92,7 +92,7 @@ public:
 /*!
     \qmlclass Drag QQuickDrag
     \inqmlmodule QtQuick 2
-    \brief The Drag attached property provides drag and drop events for moved Items.
+    \brief For specifying drag and drop events for moved Items
 
     Using the Drag attached property any Item can made a source of drag and drop
     events within a scene.
index 053a13360919a57c377ad8b1de23d2ecf4b0a89b..368ba39a98b6bbc6dd2001c9f48e6f3021119453 100644 (file)
@@ -91,7 +91,7 @@ QQuickDropAreaPrivate::~QQuickDropAreaPrivate()
 /*!
     \qmlclass DropArea QQuickDropArea
     \inqmlmodule QtQuick 2
-    \brief The DropArea item provides drag and drop handling.
+    \brief For specifying drag and drop handling in an area
 
     A DropArea is an invisible item which receives events when other items are
     dragged over it.
@@ -326,7 +326,7 @@ void QQuickDropArea::dropEvent(QDropEvent *event)
 /*!
     \qmlclass DragEvent QQuickDragEvent
     \inqmlmodule QtQuick 2
-    \brief The DragEvent object provides information about a drag event.
+    \brief Provides information about a drag event
 
     The position of the drag event can be obtained from the \l x and \l y
     properties, and the \l keys property identifies the drag keys of the event
index bf58e4411dd4ce0582e92a540825f5617a991923..3053e1e2801518180e86bbee0fe8f91f2c736338 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
     \inqmlmodule QtQuick 2
     \ingroup qml-event-elements
 
-    \brief The KeyEvent object provides information about a key event.
+    \brief Provides information about a key event
 
     For example, the following changes the Item's state property when the Enter
     key is pressed:
@@ -143,7 +143,7 @@ Item {
     \inqmlmodule QtQuick 2
     \ingroup qml-event-elements
 
-    \brief The MouseEvent object provides information about a mouse event.
+    \brief Provides information about a mouse event
 
     The position of the mouse can be found via the \l x and \l y properties.
     The button that caused the event is available via the \l button property.
@@ -241,7 +241,7 @@ Item {
     \inqmlmodule QtQuick 2
     \ingroup qml-event-elements
 
-    \brief The WheelEvent object provides information about a mouse wheel event.
+    \brief Provides information about a mouse wheel event
 
     The position of the mouse can be found via the \l x and \l y properties.
 
index e4e0799d89664e4c69472c675b7299baf8663cf9..ba61ca4972dcb60da062e68a3bbe2568095f8f13 100644 (file)
@@ -506,7 +506,7 @@ is finished.
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
 
-    \brief The Flickable item provides a surface that can be "flicked".
+    \brief For specifying a surface that can be "flicked"
     \inherits Item
 
     The Flickable item places its children on a surface that can be dragged
index 39e5765a7a5030bc9235f7258dc5531566981d2d..0231e84cf79608da4b91595b57b995f2724b9a84 100644 (file)
@@ -91,7 +91,7 @@ public:
     \qmlclass Flipable QQuickFlipable
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
-    \brief The Flipable item provides a surface that can be flipped.
+    \brief For specifying a surface that can be flipped
     \inherits Item
 
     Flipable is an item that can be visibly "flipped" between its front and
index 7ef2476b309fc28a2eafdc88c0d20608364b38f7..3a8c1aaae1406d40e0c031bfd608cdfc3da1ab6e 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
 
-    \brief The FocusScope object explicitly creates a focus scope.
+    \brief Explicitly creates a focus scope
     \inherits Item
 
     Focus scopes assist in keyboard focus handling when building reusable QML
index 1be285bcf6f198ac84e8c363e1003c309b0d7c84..d7fa0ed5d4a641706080d37f4a6f859e8bd49e94 100644 (file)
@@ -1153,7 +1153,7 @@ void QQuickGridViewPrivate::flick(AxisData &data, qreal minExtent, qreal maxExte
     \ingroup qml-view-elements
 
     \inherits Flickable
-    \brief The GridView item provides a grid view of items provided by a model.
+    \brief For specifying a grid view of items provided by a model
 
     A GridView displays data from models created from built-in QML elements like ListModel
     and XmlListModel, or custom model classes defined in C++ that inherit from
index cc4a95dddedfbba915449d77cfd149d7844d94d2..8331d14d0a6242496424a08b90384c3d1efc6206 100644 (file)
@@ -99,7 +99,7 @@ QQuickImagePrivate::QQuickImagePrivate()
     \qmlclass Image QQuickImage
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The Image element displays an image in a declarative user interface
+    \brief Displays an image in a declarative user interface
     \inherits Item
 
     The Image element is used to display images in a declarative user interface.
index e83fee35839063a15fb01eec75102ac7758fe88b..47bfc98b13da43e7df84be83d940590857d29dd8 100644 (file)
@@ -130,7 +130,7 @@ void QQuickItemPrivate::registerAccessorProperties()
     \qmlclass Transform QQuickTransform
     \inqmlmodule QtQuick 2
     \ingroup qml-transform-elements
-    \brief The Transform elements provide a way of building advanced transformations on Items.
+    \brief For specifying advanced transformations on Items
 
     The Transform element is a base type which cannot be instantiated directly.
     The following concrete Transform types are available:
@@ -152,7 +152,7 @@ void QQuickItemPrivate::registerAccessorProperties()
     \qmlclass Translate QQuickTranslate
     \inqmlmodule QtQuick 2
     \ingroup qml-transform-elements
-    \brief The Translate object provides a way to move an Item without changing its x or y properties.
+    \brief Provides a way to move an Item without changing its x or y properties
 
     The Translate object provides independent control over position in addition to the Item's x and y properties.
 
@@ -194,7 +194,7 @@ void QQuickItemPrivate::registerAccessorProperties()
     \qmlclass Scale QQuickScale
     \inqmlmodule QtQuick 2
     \ingroup qml-transform-elements
-    \brief The Scale element provides a way to scale an Item.
+    \brief Provides a way to scale an Item
 
     The Scale element gives more control over scaling than using \l Item's \l{Item::scale}{scale} property. Specifically,
     it allows a different scale for the x and y axes, and allows the scale to be relative to an
@@ -236,7 +236,7 @@ void QQuickItemPrivate::registerAccessorProperties()
     \qmlclass Rotation QQuickRotation
     \inqmlmodule QtQuick 2
     \ingroup qml-transform-elements
-    \brief The Rotation object provides a way to rotate an Item.
+    \brief Provides a way to rotate an Item
 
     The Rotation object gives more control over rotation than using \l Item's \l{Item::rotation}{rotation} property.
     Specifically, it allows (z axis) rotation to be relative to an arbitrary point.
@@ -504,7 +504,7 @@ void QQuickItemKeyFilter::componentComplete()
     \qmlclass KeyNavigation QQuickKeyNavigationAttached
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
-    \brief The KeyNavigation attached property supports key navigation by arrow keys.
+    \brief Supports key navigation by arrow keys
 
     Key-based user interfaces commonly allow the use of arrow keys to navigate between
     focusable items.  The KeyNavigation attached property enables this behavior by providing a
@@ -920,7 +920,7 @@ bool QQuickKeysAttached::isConnected(const char *signalName)
     \qmlclass Keys QQuickKeysAttached
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
-    \brief The Keys attached property provides key handling to Items.
+    \brief Provides key handling to Items
 
     All visual primitives support key handling via the Keys
     attached property.  Keys can be handled via the onPressed
@@ -1466,7 +1466,7 @@ QQuickKeysAttached *QQuickKeysAttached::qmlAttachedProperties(QObject *obj)
     \qmlclass LayoutMirroring QQuickLayoutMirroringAttached
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
-    \brief The LayoutMirroring attached property is used to mirror layout behavior.
+    \brief Property used to mirror layout behavior
 
     The LayoutMirroring attached property is used to horizontally mirror \l {anchor-layout}{Item anchors},
     \l{Using QML Positioner and Repeater Items}{positioner} elements (such as \l Row and \l Grid)
@@ -1674,7 +1674,7 @@ void QQuickItemPrivate::updateSubFocusItem(QQuickItem *scope, bool focus)
 
 /*!
     \class QQuickItem
-    \brief The QQuickItem class provides the most basic of all visual items in QML.
+    \brief Provides the most basic of all visual items in QML
 
     \inmodule QtQuick
 
@@ -1724,7 +1724,7 @@ void QQuickItemPrivate::updateSubFocusItem(QQuickItem *scope, bool focus)
     \inherits QtObject
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The Item is the most basic of all visual items in QML.
+    \brief A basic visual QML type
 
     All visual items in Qt Quick inherit from Item.  Although Item
     has no visual appearance, it defines all the properties that are
@@ -2742,7 +2742,7 @@ void QQuickItemPrivate::transform_clear(QQmlListProperty<QQuickTransform> *prop)
 
 /*!
     \property QQuickItem::childrenRect
-    \brief The geometry of an item's children.
+    \brief Specifies the geometry of an item's children
 
     This property holds the (collective) position and size of the item's children.
 */
@@ -2961,7 +2961,7 @@ void QQuickItemPrivate::transform_clear(QQmlListProperty<QQuickTransform> *prop)
 
 /*!
   \property QQuickItem::baselineOffset
-  \brief The position of the item's baseline in local coordinates.
+  \brief Speciifies the position of the item's baseline in local coordinates
 
   The baseline of a \l Text item is the imaginary line on which the text
   sits. Controls containing text usually set their baseline to the
@@ -4468,7 +4468,7 @@ void QQuickItemPrivate::itemChange(QQuickItem::ItemChange change, const QQuickIt
 
 /*!
     \property QQuickItem::smooth
-    \brief whether the item is smoothed or not.
+    \brief Specifies whether the item is smoothed or not
 
     Primarily used in image based elements to decide if the item should use smooth
     sampling or not. Smooth sampling is performed using linear interpolation, while
index dec8e1151edba2666ade79c5b9a78016ca3caf0d..35a46eee962c7170bbebdb31545583a429e99288 100644 (file)
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
     \ingroup qml-animation-transition
     \since QtQuick 2.0
     \inherits Animation
-    \brief The ParentAnimation element animates changes in parent values.
+    \brief Animates changes in parent values
 
     ParentAnimation is used to animate a parent change for an \l Item.
 
@@ -418,7 +418,7 @@ QAbstractAnimationJob* QQuickParentAnimation::transition(QQuickStateActions &act
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits Animation
-    \brief The AnchorAnimation element animates changes in anchor values.
+    \brief Animates changes in anchor values
 
     AnchorAnimation is used to animate an anchor change.
 
@@ -491,7 +491,7 @@ void QQuickAnchorAnimation::setDuration(int duration)
     \qmlproperty real QtQuick2::AnchorAnimation::easing.amplitude
     \qmlproperty real QtQuick2::AnchorAnimation::easing.overshoot
     \qmlproperty real QtQuick2::AnchorAnimation::easing.period
-    \brief the easing curve used for the animation.
+    \brief Specifies the easing curve used for the animation
 
     To specify an easing curve you need to specify at least the type. For some curves you can also specify
     amplitude, period and/or overshoot. The default easing curve is
@@ -562,7 +562,7 @@ QAbstractAnimationJob* QQuickAnchorAnimation::transition(QQuickStateActions &act
     \ingroup qml-animation-transition
     \inherits Animation
     \since QtQuick 2.0
-    \brief The PathAnimation element animates an item along a path.
+    \brief Animates an item along a path
 
     When used in a transition, the path can be specified without start
     or end points, for example:
index 954a0f6dfa552a6fe85cd9a3b1c418e8b06c82ba..aec4de43b66a4e8233924f1adfecb1cdb2b2556d 100644 (file)
@@ -569,7 +569,7 @@ QQuickViewTransitionAttached::QQuickViewTransitionAttached(QObject *parent)
     \qmlclass ViewTransition QQuickViewTransitionAttached
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The ViewTransition attached property provides details on items under transition in a view.
+    \brief Specifies items under transition in a view
 
     With ListView and GridView, it is possible to specify transitions that should be applied whenever
     the items in the view change as a result of modifications to the view's model. They both have the
index a7f267a969235f50021dad756e007c4adf20f3a6..09abd638308123fa19c81bc0134150386e5cb572 100644 (file)
@@ -1645,7 +1645,7 @@ void QQuickListViewPrivate::flick(AxisData &data, qreal minExtent, qreal maxExte
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
     \inherits Flickable
-    \brief The ListView item provides a list view of items provided by a model.
+    \brief Provides a list view of items provided by a model
 
     A ListView displays data from models created from built-in QML elements like ListModel
     and XmlListModel, or custom model classes defined in C++ that inherit from
index fdc3db9fb778bea6e875d7e0e430af8a242ecbbd..2cde9effdc83b0e210646ac2afcda7e31f06c687 100644 (file)
@@ -158,8 +158,7 @@ qreal QQuickLoaderPrivate::getImplicitHeight() const
     \ingroup qml-utility-elements
     \inherits Item
 
-    \brief The Loader item allows dynamically loading an Item-based
-    subtree from a URL or Component.
+    \brief Allows dynamical loading of an item-based subtree from a URL or Component
 
     Loader is used to dynamically load visual QML components.  For loading non-visual
     components, see \l {Dynamic Object Management in QML}.
index 1d768a531a9b7ea2e12a01dcc4683cc7a92d5106..0ef19633df1fe788643ce493c4e0e5972514ef48 100644 (file)
@@ -312,7 +312,7 @@ bool QQuickMouseAreaPrivate::propagateHelper(QQuickMouseEvent *ev, QQuickItem *i
     \qmlclass MouseArea QQuickMouseArea
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-interaction-elements
-    \brief The MouseArea item enables simple mouse handling.
+    \brief Enables simple mouse handling
     \inherits Item
 
     A MouseArea is an invisible item that is typically used in conjunction with
index b35ca83423ff1aef7381623440997b3991410799..369a0691bab4d04b08a5f5202173058a62dd53f6 100644 (file)
@@ -56,7 +56,7 @@ DEFINE_BOOL_CONFIG_OPTION(qmlVisualTouchDebugging, QML_VISUAL_TOUCH_DEBUGGING)
     \qmlclass TouchPoint QQuickTouchPoint
     \inqmlmodule QtQuick 2
     \ingroup qml-event-elements
-    \brief The TouchPoint element describes a touch point in a MultiPointTouchArea.
+    \brief Describes a touch point in a MultiPointTouchArea
 
     The TouchPoint element contains information about a touch point, such as the current
     position, pressure, and area.
@@ -224,7 +224,7 @@ void QQuickTouchPoint::setSceneY(qreal sceneY)
 /*!
     \qmlclass MultiPointTouchArea QQuickMultiPointTouchArea
     \inqmlmodule QtQuick 2
-    \brief The MultiPointTouchArea item enables handling of multiple touch points.
+    \brief Enables handling of multiple touch points
     \inherits Item
 
     A MultiPointTouchArea is an invisible item that is used to track multiple touch points.
index 18c8cee3490e45c68b727b30a0176bf657d3af52..fa281cb245e8c3153ce48ebabd7f367d8af7daf2 100644 (file)
@@ -441,7 +441,7 @@ void QQuickPathViewPrivate::regenerate()
     \qmlclass PathView QQuickPathView
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathView element lays out model-provided items on a path.
+    \brief Lays out model-provided items on a path
     \inherits Item
 
     A PathView displays data from models created from built-in QML elements like ListModel
index ba0a429c8736a34609ffa5d1587e56b12ec0143b..59cfeaaad145b3138d1aa6f3991cb5dcbe87fdd9 100644 (file)
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass PinchEvent QQuickPinchEvent
     \inqmlmodule QtQuick 2
     \ingroup qml-event-elements
-    \brief The PinchEvent object provides information about a pinch event.
+    \brief For specifying information about a pinch event
 
     \b {The PinchEvent element was added in QtQuick 1.1}
 
@@ -163,7 +163,7 @@ QQuickPinchAreaPrivate::~QQuickPinchAreaPrivate()
 /*!
     \qmlclass PinchArea QQuickPinchArea
     \inqmlmodule QtQuick 2
-    \brief The PinchArea item enables simple pinch gesture handling.
+    \brief Enables simple pinch gesture handling
     \inherits Item
 
     \b {The PinchArea element was added in QtQuick 1.1}
index a51cb86c2953e802abb43f2b95ce6c8ec71e1020..52450b181d88a70401248300045d68f19db7f765 100644 (file)
@@ -135,7 +135,7 @@ QQuickBasePositioner::QQuickBasePositioner(PositionerType at, QQuickItem *parent
 /*!
     \internal
     \class QQuickBasePositioner
-    \brief The QQuickBasePositioner class provides a base for QQuickGraphics layouts.
+    \brief For specifying a base for QQuickGraphics layouts
 
     To create a QQuickGraphics Positioner, simply subclass QQuickBasePositioner and implement
     doLayout(), which is automatically called when the layout might need
@@ -496,7 +496,7 @@ void QQuickBasePositioner::updateAttachedProperties(QQuickPositionerAttached *sp
     \qmlclass Positioner QQuickPositionerAttached
     \inqmlmodule QtQuick 2
     \ingroup qml-positioning-elements
-    \brief The Positioner type provides attached properties that contain details on where an item exists in a positioner.
+    \brief Provides attached properties that contain details on where an item exists in a positioner
 
     Positioner is an attached property that is attached to the top-level child item within a
     Column, Row, Flow or Grid. It provides properties that allow a child item to determine
@@ -578,7 +578,7 @@ void QQuickPositionerAttached::setIsLastItem(bool isLastItem)
     \qmlclass Column QQuickColumn
     \inqmlmodule QtQuick 2
     \ingroup qml-positioning-elements
-    \brief The Column element positions its children in a column.
+    \brief Positions its children in a column
     \inherits Item
 
     Column is an element that positions its child items along a single column.
@@ -746,7 +746,7 @@ void QQuickColumn::reportConflictingAnchors()
     \qmlclass Row QQuickRow
     \inqmlmodule QtQuick 2
     \ingroup qml-positioning-elements
-    \brief The Row element positions its children in a row.
+    \brief Positions its children in a row
     \inherits Item
 
     Row is an element that positions its child items along a single row.
@@ -977,7 +977,7 @@ void QQuickRow::reportConflictingAnchors()
     \qmlclass Grid QQuickGrid
     \inqmlmodule QtQuick 2
     \ingroup qml-positioning-elements
-    \brief The Grid element positions its children in grid formation.
+    \brief Positions its children in grid formation
     \inherits Item
 
     Grid is an element that positions its child items in grid formation.
@@ -1418,7 +1418,7 @@ void QQuickGrid::reportConflictingAnchors()
     \qmlclass Flow QQuickFlow
     \inqmlmodule QtQuick 2
     \ingroup qml-positioning-elements
-    \brief The Flow element positions its children side by side, wrapping as necessary.
+    \brief Positions its children side by side, wrapping as necessary
     \inherits Item
 
     The Flow item positions its child items like words on a page, wrapping them
index a3948f1041ab64f5dd4528cbde34e8f9532e3c55..b5a03e88af4edecaa36c80e488553e5781c6eb5b 100644 (file)
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \internal
     \class QQuickPen
-    \brief The QQuickPen class provides a pen used for drawing rectangle borders on a QQuickView.
+    \brief For specifying a pen used for drawing rectangle borders on a QQuickView
 
     By default, the pen is invalid and nothing is drawn. You must either set a color (then the default
     width is 1) or a width (then the default color is black).
@@ -130,7 +130,7 @@ bool QQuickPen::isValid() const
     \qmlclass GradientStop QQuickGradientStop
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The GradientStop item defines the color at a position in a Gradient.
+    \brief Defines the color at a position in a Gradient
 
     \sa Gradient
 */
@@ -181,7 +181,7 @@ void QQuickGradientStop::updateGradient()
     \qmlclass Gradient QQuickGradient
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The Gradient item defines a gradient fill.
+    \brief Defines a gradient fill
 
     A gradient is defined by two or more colors, which will be blended seamlessly.
 
@@ -280,7 +280,7 @@ int QQuickRectanglePrivate::doUpdateSlotIdx = -1;
     \qmlclass Rectangle QQuickRectangle
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The Rectangle item provides a filled rectangle with an optional border.
+    \brief Describes a filled rectangle with an optional border
     \inherits Item
 
     Rectangle items are used to fill areas with solid color or gradients, and are
index 97ab386841be206e8aa0157e9948eda191614b10..ec8dc9d23174f766e75e34f569524d1194668cb3 100644 (file)
@@ -66,8 +66,7 @@ QQuickRepeaterPrivate::~QQuickRepeaterPrivate()
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
     \inherits Item
-
-    \brief The Repeater element allows you to repeat an Item-based component using a model.
+    \brief Specifies how to repeately create an Item-based component using a model
 
     The Repeater element is used to create a large number of
     similar items. Like other view elements, a Repeater has a \l model and a \l delegate:
index 952ecef75f29a2e2fee7285d839ad8ffba10d542..0bf119f28eebac5d4ae24292ad4ad16270e6625d 100644 (file)
@@ -534,7 +534,7 @@ void QQuickShaderEffectCommon::propertyChanged(QQuickItem *item, int mappedId,
     \qmlclass ShaderEffect QQuickShaderEffect
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The ShaderEffect element applies custom shaders to a rectangle.
+    \brief Applies custom shaders to a rectangle
     \inherits Item
 
     The ShaderEffect element applies a custom OpenGL
index 582e1ce92f0093517e2e334bae44656fa7560916..1d3f0d7bc27b819040f2daf829351543ae602e0a 100644 (file)
@@ -54,7 +54,7 @@ QQuickShaderEffectMesh::QQuickShaderEffectMesh(QObject *parent)
     \qmlclass GridMesh QQuickGridMesh
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
-    \brief GridMesh defines a mesh with vertices arranged in a grid.
+    \brief Defines a mesh with vertices arranged in a grid
 
     GridMesh defines a rectangular mesh consisting of vertices arranged in an
     evenly spaced grid. It is used to generate \l{QSGGeometry}{geometry}.
index 4513263ed3eba7732550409ed616b508323689bc..1864acc2daa66181fdf70473edc98ce3cbc8d039 100644 (file)
@@ -456,8 +456,7 @@ QImage QQuickShaderEffectTexture::toImage() const
     \qmlclass ShaderEffectSource QQuickShaderEffectSource
     \since 5.0
     \ingroup qml-basic-visual-elements
-    \brief The ShaderEffectSource element renders a QML element into a texture
-    and displays it.
+    \brief Renders a QML element into a texture and displays it
     \inherits Item
 
     The ShaderEffectSource element renders \l sourceItem into a texture and
index 8b77d2327095c4c299e9c130fb24dd9dcf95b82a..25d77d2e29c5bfdc69caee6061c0676766869655 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Sprite QQuickSprite
     \inqmlmodule QtQuick 2
-    \brief The Sprite element represents a sprite animation
+    \brief Specifies sprite animations
 
     QQuickSprite renders sprites of one or more frames and animates them. The sprites
     can be in the middle of an image file, or split along multiple rows, as long as they form
index 28849ac82cd727b0f46d449de79a393a8dad4c83..1e31735b0d065bce845d0645cb34971c2fce856b 100644 (file)
@@ -209,7 +209,7 @@ struct SpriteVertices {
     \qmlclass SpriteSequence QQuickSpriteSequence
     \inqmlmodule QtQuick 2
     \inherits Item
-    \brief The SpriteSequence element draws a sprite animation
+    \brief Draws a sprite animation
 
     SpriteSequence renders and controls a list of animations defined
     by \l Sprite elements.
index 1985da8debac4f3a28c6ead4b70af3ce8ec1fea9..b6b055c3596a3b4492e662bddacebe941ada4f9c 100644 (file)
@@ -150,7 +150,7 @@ void QQuickParentChangePrivate::doChange(QQuickItem *targetParent, QQuickItem *s
     \qmlclass ParentChange QQuickParentChange
     \inqmlmodule QtQuick 2
     \ingroup qml-state-elements
-    \brief The ParentChange element allows you to reparent an Item in a state change.
+    \brief Specifies how to reparent an Item in a state change
 
     ParentChange reparents an item while preserving its visual appearance (position, size,
     rotation, and scale) on screen. You can then specify a transition to move/resize/rotate/scale
@@ -561,7 +561,7 @@ void QQuickParentChange::rewind()
     \qmlclass AnchorChanges QQuickAnchorChanges
     \inqmlmodule QtQuick 2
     \ingroup qml-state-elements
-    \brief The AnchorChanges element allows you to change the anchors of an item in a state.
+    \brief Specifies how to change the anchors of an item in a state
 
     The AnchorChanges element is used to modify the anchors of an item in a \l State.
 
index b61d329e5f061147304241926802b396deecb22e..642409e84a8b5d771d970bf322982c9068918a8a 100644 (file)
@@ -1140,7 +1140,7 @@ void QQuickTextPrivate::ensureDoc()
     \qmlclass Text QQuickText
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The Text item allows you to add formatted text to a scene.
+    \brief Specifies how to add formatted text to a scene
     \inherits Item
 
     Text items can display both plain and rich text. For example, red text with
index a3dd7727188013f8044a844989f890b66ffcb8eb..de5cff217d0e9420190dd30b290dea8d68f6be82 100644 (file)
@@ -68,7 +68,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass TextEdit QQuickTextEdit
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The TextEdit item displays multiple lines of editable formatted text.
+    \brief Displays multiple lines of editable formatted text
     \inherits Item
 
     The TextEdit item displays a block of editable, formatted text.
index 3e92568db3fdb2d18d793d4e464b97e5ad4f4e9e..06a572681a1fce2b12c0f5bb21f5c2bef668547b 100644 (file)
@@ -69,8 +69,8 @@ DEFINE_BOOL_CONFIG_OPTION(qmlDisableDistanceField, QML_DISABLE_DISTANCEFIELD)
     \qmlclass TextInput QQuickTextInput
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
-    \brief The TextInput item displays an editable line of text.
     \inherits Item
+    \brief Displays an editable line of text
 
     The TextInput element displays a single line of editable plain text.
 
@@ -845,6 +845,7 @@ void QQuickTextInput::setAutoScroll(bool b)
     \qmlclass IntValidator QIntValidator
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
+    \brief Defines a validator for integer values
 
     This element provides a validator for integer values.
 
@@ -907,6 +908,7 @@ void QQuickIntValidator::resetLocaleName()
     \qmlclass DoubleValidator QDoubleValidator
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
+    \brief Defines a validator for non-integer numbers
 
     This element provides a validator for non-integer numbers.
 
@@ -999,6 +1001,7 @@ void QQuickDoubleValidator::resetLocaleName()
     \qmlclass RegExpValidator QRegExpValidator
     \inqmlmodule QtQuick 2
     \ingroup qml-basic-visual-elements
+    \brief Provides a string validator
 
     This element provides a validator, which counts as valid any string which
     matches a specified regular expression.
index d202c6111239d2a49ae1d2343e6763222230d89d..0b0dbf0afb730d69d5f2d0513aa26cc604fcecdb 100644 (file)
@@ -81,7 +81,7 @@ QQuickVisualDataModelParts::QQuickVisualDataModelParts(QQuickVisualDataModel *pa
     \qmlclass VisualDataModel QQuickVisualDataModel
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The VisualDataModel encapsulates a model and delegate
+    \brief Encapsulates a model and delegate
 
     A VisualDataModel encapsulates a model and the delegate that will
     be instantiated for items in the model.
@@ -2026,7 +2026,7 @@ void QQuickVisualDataGroupPrivate::destroyingPackage(QQuickPackage *package)
     \qmlclass VisualDataGroup QQuickVisualDataGroup
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The VisualDataGroup encapsulates a filtered set of visual data items.
+    \brief Encapsulates a filtered set of visual data items
 
 */
 
index b1fce55d7d28ed01d4f6a51325d2aee8eb7c2eb8..df274e1d421193f94e9baed4de0b5503dec4413e 100644 (file)
@@ -120,7 +120,7 @@ public:
     \qmlclass VisualItemModel QQuickVisualItemModel
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The VisualItemModel allows items to be provided to a view.
+    \brief Defines items to be used added to a view
 
     A VisualItemModel contains the visual items to be used in a view.
     When a VisualItemModel is used in a view, the view does not require
index 4544df23fa6ff0e5e812799e79d12d5e7e0feb7f..c04018c794d1d19cfd344fedd1d2c7f2dab74eaf 100644 (file)
@@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Animation QQuickAbstractAnimation
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
-    \brief The Animation element is the base of all QML animations.
+    \brief Is the base of all QML animations
 
     The Animation element cannot be used directly in a QML file.  It exists
     to provide a set of common properties and methods, available across all the
@@ -442,7 +442,7 @@ void QQuickAbstractAnimation::setGroup(QQuickAnimationGroup *g)
 
 /*!
     \qmlmethod QtQuick2::Animation::start()
-    \brief Starts the animation.
+    \brief Starts the animation
 
     If the animation is already running, calling this method has no effect.  The
     \c running property will be true following a call to \c start().
@@ -454,7 +454,7 @@ void QQuickAbstractAnimation::start()
 
 /*!
     \qmlmethod QtQuick2::Animation::pause()
-    \brief Pauses the animation.
+    \brief Pauses the animation
 
     If the animation is already paused or not \c running, calling this method has no effect.
     The \c paused property will be true following a call to \c pause().
@@ -466,7 +466,7 @@ void QQuickAbstractAnimation::pause()
 
 /*!
     \qmlmethod QtQuick2::Animation::resume()
-    \brief Resumes a paused animation.
+    \brief Resumes a paused animation
 
     If the animation is not paused or not \c running, calling this method has no effect.
     The \c paused property will be false following a call to \c resume().
@@ -478,7 +478,7 @@ void QQuickAbstractAnimation::resume()
 
 /*!
     \qmlmethod QtQuick2::Animation::stop()
-    \brief Stops the animation.
+    \brief Stops the animation
 
     If the animation is not running, calling this method has no effect.  Both the
     \c running and \c paused properties will be false following a call to \c stop().
@@ -503,7 +503,7 @@ void QQuickAbstractAnimation::stop()
 
 /*!
     \qmlmethod QtQuick2::Animation::restart()
-    \brief Restarts the animation.
+    \brief Restarts the animation
 
     This is a convenience method, and is equivalent to calling \c stop() and
     then \c start().
@@ -516,7 +516,7 @@ void QQuickAbstractAnimation::restart()
 
 /*!
     \qmlmethod QtQuick2::Animation::complete()
-    \brief Stops the animation, jumping to the final property values.
+    \brief Stops the animation, jumping to the final property values
 
     If the animation is not running, calling this method has no effect.  The
     \c running property will be false following a call to \c complete().
@@ -618,7 +618,7 @@ void QQuickAbstractAnimationPrivate::animationFinished(QAbstractAnimationJob*)
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits Animation
-    \brief The PauseAnimation element provides a pause for an animation.
+    \brief Provides a pause for an animation
 
     When used in a SequentialAnimation, PauseAnimation is a step when
     nothing happens, for a specified duration.
@@ -686,9 +686,9 @@ QAbstractAnimationJob* QQuickPauseAnimation::transition(QQuickStateActions &acti
 /*!
     \qmlclass ColorAnimation QQuickColorAnimation
     \inqmlmodule QtQuick 2
-  \ingroup qml-animation-transition
+    \ingroup qml-animation-transition
     \inherits PropertyAnimation
-    \brief The ColorAnimation element animates changes in color values.
+    \brief Animates changes in color values
 
     ColorAnimation is a specialized PropertyAnimation that defines an
     animation to be applied when a color value changes.
@@ -832,7 +832,7 @@ void QActionAnimation::updateState(State newState, State oldState)
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits Animation
-    \brief The ScriptAction element allows scripts to be run during an animation.
+    \brief Defines scripts to be run during an animation
 
     ScriptAction can be used to run a script at a specific point in an animation.
 
@@ -958,7 +958,7 @@ QAbstractAnimationJob* QQuickScriptAction::transition(QQuickStateActions &action
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits Animation
-    \brief The PropertyAction element allows immediate property changes during animation.
+    \brief Specifies immediate property changes during animation
 
     PropertyAction is used to specify an immediate property change during an
     animation. The property change is not animated.
@@ -1210,7 +1210,7 @@ QAbstractAnimationJob* QQuickPropertyAction::transition(QQuickStateActions &acti
     \inqmlmodule QtQuick 2
   \ingroup qml-animation-transition
     \inherits PropertyAnimation
-    \brief The NumberAnimation element animates changes in qreal-type values.
+    \brief Animates changes in qreal-type values
 
     NumberAnimation is a specialized PropertyAnimation that defines an
     animation to be applied when a numerical value changes.
@@ -1322,7 +1322,7 @@ void QQuickNumberAnimation::setTo(qreal t)
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits PropertyAnimation
-    \brief The Vector3dAnimation element animates changes in QVector3d values.
+    \brief Animates changes in QVector3d values
 
     Vector3dAnimation is a specialized PropertyAnimation that defines an
     animation to be applied when a Vector3d value changes.
@@ -1398,7 +1398,7 @@ void QQuickVector3dAnimation::setTo(QVector3D t)
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits PropertyAnimation
-    \brief The RotationAnimation element animates changes in rotation values.
+    \brief Animates changes in rotation values
 
     RotationAnimation is a specialized PropertyAnimation that gives control
     over the direction of rotation during an animation.
@@ -1634,7 +1634,7 @@ QQmlListProperty<QQuickAbstractAnimation> QQuickAnimationGroup::animations()
     \inqmlmodule QtQuick 2
   \ingroup qml-animation-transition
     \inherits Animation
-    \brief The SequentialAnimation element allows animations to be run sequentially.
+    \brief Allows animations to be run sequentially
 
     The SequentialAnimation and ParallelAnimation elements allow multiple
     animations to be run together. Animations defined in a SequentialAnimation
@@ -1706,7 +1706,7 @@ QAbstractAnimationJob* QQuickSequentialAnimation::transition(QQuickStateActions
     \inqmlmodule QtQuick 2
   \ingroup qml-animation-transition
     \inherits Animation
-    \brief The ParallelAnimation element allows animations to be run in parallel.
+    \brief Enables animations to be run in parallel
 
     The SequentialAnimation and ParallelAnimation elements allow multiple
     animations to be run together. Animations defined in a SequentialAnimation
@@ -1831,7 +1831,7 @@ void QQuickBulkValueAnimator::topLevelAnimationLoopChanged()
     \inqmlmodule QtQuick 2
   \ingroup qml-animation-transition
     \inherits Animation
-    \brief The PropertyAnimation element animates changes in property values.
+    \brief Animates changes in property values
 
     PropertyAnimation provides a way to animate changes to a property's value.
 
@@ -1988,7 +1988,7 @@ void QQuickPropertyAnimation::setTo(const QVariant &t)
     \qmlproperty real QtQuick2::PropertyAnimation::easing.overshoot
     \qmlproperty real QtQuick2::PropertyAnimation::easing.period
     \qmlproperty list<real> QtQuick2::PropertyAnimation::easing.bezierCurve
-    \brief the easing curve used for the animation.
+    \brief Specifies the easing curve used for the animation
 
     To specify an easing curve you need to specify at least the type. For some curves you can also specify
     amplitude, period and/or overshoot (more details provided after the table). The default easing curve is
index 52a58339a60748eade6af46ec95b1e6a6b65a44f..3013127500774189c940fcd931f2007979d63179 100644 (file)
@@ -95,7 +95,7 @@ void QQuickAnimationControllerPrivate::animationCurrentTimeChanged(QAbstractAnim
     \qmlclass AnimationController QQuickAnimationController
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
-    \brief The AnimationController element allows you to control animations manually.
+    \brief Enables manual control of animations
 
     Normally animations are driven by an internal timer, but the AnimationController
     allows the given \a animation to be driven by a \a progress value explicitly.
@@ -185,7 +185,7 @@ void QQuickAnimationController::setAnimation(QQuickAbstractAnimation *animation)
 
 /*!
     \qmlmethod QtQuick2::AnimationController::reload()
-    \brief Reloads the animation properties.
+    \brief Reloads the animation properties
 
     If the animation properties changed, calling this method to reload the animation definations.
 */
index 93e64ecdbc48a2500193f7a39e380eebf4e59784..d201dfad6696bb5d246b9b030f07f702ae141879 100644 (file)
@@ -76,7 +76,7 @@ public:
     \qmlclass Behavior QQuickBehavior
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
-    \brief The Behavior element allows you to specify a default animation for a property change.
+    \brief Defines a default animation for a property change
 
     A Behavior defines the default animation to be applied whenever a
     particular property value changes.
index e298632edd93d55128d6fc7d9b888e7f2b3f74fd..622965de2314f01309ddb0f3748c85c9242bdc62 100644 (file)
@@ -78,7 +78,7 @@ public:
     \qmlclass Binding QQuickBind
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief The Binding element allows arbitrary property bindings to be created.
+    \brief Enables the arbitrary creation of property bindings
 
     \section1 Binding to an inaccessible property
 
index 934c59bc0f1626b68282559bc0f003face494e97..bbc7a8dec818e12797674f61db71e67555320541 100644 (file)
@@ -74,7 +74,7 @@ public:
     \qmlclass Connections QQuickConnections
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
-    \brief A Connections element describes generalized connections to signals.
+    \brief Describes generalized connections to signals
 
     A Connections object creates a connection to a QML signal.
 
index dfdad9ec14925a70911fd0f3ae19975c50bc54d5..e2863776f562ca3052eb0a832561c03fe45d8940 100644 (file)
@@ -149,7 +149,7 @@ QHash<QUrl, QQuickFontObject*> QQuickFontLoaderPrivate::fonts;
     \qmlclass FontLoader QQuickFontLoader
     \inqmlmodule QtQuick 2
   \ingroup qml-utility-elements
-    \brief The FontLoader element allows fonts to be loaded by name or URL.
+    \brief Allows fonts to be loaded by name or URL
 
     The FontLoader element is used to load fonts by name or URL. 
     
index 1939de62e11c30cc97e4b5ec2b0bfa19c5cf47e8..94e4fe5428ffc2629869fa43eb84f5eb6714018f 100644 (file)
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Package QQuickPackage
     \inqmlmodule QtQuick 2
     \ingroup qml-working-with-data
-    \brief Package provides a collection of named items.
+    \brief Specifies a collection of named items
 
     The Package class is used in conjunction with
     VisualDataModel to enable delegates with a shared context
index c4c5bf6dfe771c7a0aae7f3713afda456c25b90f..32dd9cca88060dfe069c28391d0c1543ba54dc5d 100644 (file)
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass PathElement QQuickPathElement
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief PathElement is the base path type.
+    \brief PathElement is the base path type
 
     This type is the base for all path types.  It cannot
     be instantiated.
@@ -68,7 +68,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Path QQuickPath
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief A Path object defines a path for use by \l PathView.
+    \brief Defines a path for use by \l PathView
 
     A Path is composed of one or more path segments - PathLine, PathQuad,
     PathCubic, PathArc, PathCurve, PathSvg.
@@ -806,7 +806,7 @@ bool QQuickCurve::hasRelativeY()
     \qmlclass PathAttribute QQuickPathAttribute
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathAttribute allows setting an attribute at a given position in a Path.
+    \brief Specifies how to set an attribute at a given position in a Path
 
     The PathAttribute object allows attributes consisting of a name and
     a value to be specified for various points along a path.  The
@@ -922,7 +922,7 @@ void QQuickPathAttribute::setValue(qreal value)
     \qmlclass PathLine QQuickPathLine
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathLine defines a straight line.
+    \brief Defines a straight line
 
     The example below creates a path consisting of a straight line from
     0,100 to 200,100:
@@ -980,7 +980,7 @@ void QQuickPathLine::addToPath(QPainterPath &path, const QQuickPathData &data)
     \qmlclass PathQuad QQuickPathQuad
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathQuad defines a quadratic Bezier curve with a control point.
+    \brief Defines a quadratic Bezier curve with a control point
 
     The following QML produces the path shown below:
     \table
@@ -1131,7 +1131,7 @@ void QQuickPathQuad::addToPath(QPainterPath &path, const QQuickPathData &data)
    \qmlclass PathCubic QQuickPathCubic
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-   \brief The PathCubic defines a cubic Bezier curve with two control points.
+   \brief Defines a cubic Bezier curve with two control points
 
     The following QML produces the path shown below:
     \table
@@ -1354,7 +1354,7 @@ void QQuickPathCubic::addToPath(QPainterPath &path, const QQuickPathData &data)
     \qmlclass PathCurve QQuickPathCurve
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathCurve defines a point on a Catmull-Rom curve.
+    \brief Defines a point on a Catmull-Rom curve
 
     PathCurve provides an easy way to specify a curve passing directly through a set of points.
     Typically multiple PathCurves are used in a series, as the following example demonstrates:
@@ -1499,7 +1499,7 @@ void QQuickPathCatmullRomCurve::addToPath(QPainterPath &path, const QQuickPathDa
     \qmlclass PathArc QQuickPathArc
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathArc defines an arc with the given radius.
+    \brief Defines an arc with the given radius
 
     PathArc provides a simple way of specifying an arc that ends at a given position
     and uses the specified radius. It is modeled after the SVG elliptical arc command.
@@ -1669,7 +1669,7 @@ void QQuickPathArc::addToPath(QPainterPath &path, const QQuickPathData &data)
     \qmlclass PathSvg QQuickPathSvg
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathSvg defines a path using an SVG path data string.
+    \brief Defines a path using an SVG path data string
 
     The following QML produces the path shown below:
     \table
@@ -1721,7 +1721,7 @@ void QQuickPathSvg::addToPath(QPainterPath &path, const QQuickPathData &)
     \qmlclass PathPercent QQuickPathPercent
     \inqmlmodule QtQuick 2
     \ingroup qml-view-elements
-    \brief The PathPercent manipulates the way a path is interpreted.
+    \brief Manipulates the way a path is interpreted
 
     PathPercent allows you to manipulate the spacing between items on a
     PathView's path. You can use it to bunch together items on part of
index a02589a393a9927f18c05256428649d91f6ecd3a..4328305cd0069e5075e3124f3c689a283fab2f18 100644 (file)
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass PathInterpolator QQuickPathInterpolator
     \inqmlmodule QtQuick 2
-    \brief The PathInterpolator element provides a way to manually animate along a path.
+    \brief Specifies how to manually animate along a path
 
     PathInterpolator provides \c x, \c y, and \c angle information for a particular \c progress
     along a path.
index 4fbe5f82d53648c34d2e7e1256d803c17105d2f7..5252f625ad7a0c9f5cecc60316eba04f7c24687a 100644 (file)
@@ -67,7 +67,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass PropertyChanges QQuickPropertyChanges
     \inqmlmodule QtQuick 2
     \ingroup qml-state-elements
-    \brief The PropertyChanges element describes new property bindings or values for a state.
+    \brief Describes new property bindings or values for a state
 
     PropertyChanges is used to define the property values or bindings in a
     \l State. This enables an item's property values to be changed when it
index cb359481a4fbd375ca42094ba1bd1a1c307d8dcb..75682152f14dfef076296a6f45c1a1f205541e5d 100644 (file)
@@ -311,7 +311,7 @@ void QSmoothedAnimation::init()
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
     \inherits NumberAnimation
-    \brief The SmoothedAnimation element allows a property to smoothly track a value.
+    \brief Allows a property to smoothly track a value
 
     A SmoothedAnimation animates a property's value to a set target value
     using an ease in/out quad easing curve.  When the target value changes,
index ad83bf158c0d3112400d4a97a24066302fb91484..1f5b15cf775775d3c4cddb37df2f602ae1ac4f3c 100644 (file)
@@ -345,7 +345,7 @@ void QQuickSpringAnimationPrivate::updateMode()
     \ingroup qml-animation-transition
     \inherits NumberAnimation
 
-    \brief The SpringAnimation element allows a property to track a value in a spring-like motion.
+    \brief Allows a property to track a value in a spring-like motion
 
     SpringAnimation mimics the oscillatory behavior of a spring, with the appropriate \l spring constant to
     control the acceleration and the \l damping to control how quickly the effect dies away.
index f41deb0054c51cc001409a50c1544ee2ec9cdaf2..7cbd16a51bf6d90c3db85fa56f3ec18f4618f536 100644 (file)
@@ -123,7 +123,7 @@ QQuickStateOperation::QQuickStateOperation(QObjectPrivate &dd, QObject *parent)
     \qmlclass State QQuickState
     \inqmlmodule QtQuick 2
     \ingroup qml-state-elements
-    \brief The State element defines configurations of objects and properties.
+    \brief Defines configurations of objects and properties
 
     A \e state is a set of batched changes from the default configuration.
 
index f2735353a6bbcfb219ae807b52a71fe4280bf41c..4865859a91a500f77b575febd1871431126aebd2 100644 (file)
@@ -71,7 +71,7 @@ public:
     \qmlclass StateChangeScript QQuickStateChangeScript
     \inqmlmodule QtQuick 2
     \ingroup qml-state-elements
-    \brief The StateChangeScript element allows you to run a script in a state.
+    \brief Specifies how to run a script in a state
 
     A StateChangeScript is run upon entering a state. You can optionally use
     ScriptAction to specify the point in the transition at which
index 45af0e8934a5685bffbbc36e0611b5b665cad585..6e88ec55aa67d40dd6c8892fcd3cd66aa1136d0f 100644 (file)
@@ -95,7 +95,7 @@ public:
    \qmlclass StateGroup QQuickStateGroup
     \inqmlmodule QtQuick 2
    \ingroup qml-state-elements
-   \brief The StateGroup element provides state support for non-Item elements.
+   \brief Provides built-in state support for non-Item elements
 
    Item (and all derived elements) provides built in support for states and transitions
    via its \l{Item::state}{state}, \l{Item::states}{states} and \l{Item::transitions}{transitions} properties. StateGroup provides an easy way to
index 220d3f8c37a8f5364cff21b8d164725880d4907f..cf5098e8ec0faf48968b5662355d1cb5bfa14bad 100644 (file)
@@ -60,7 +60,7 @@ public:
     \qmlclass SystemPalette QQuickSystemPalette
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
-    \brief The SystemPalette element provides access to the Qt palettes.
+    \brief Provides access to the Qt palettes
 
     The SystemPalette element provides access to the Qt application
     palettes. This provides information about the standard colors used 
index 151f1f8b4874f763e08486b5e6ed9c616e1a7c7c..fff3e802029780743385c5e0505afa24a806ce52 100644 (file)
@@ -76,7 +76,7 @@ public:
     \qmlclass Timer QQuickTimer
     \inqmlmodule QtQuick 2
     \ingroup qml-utility-elements
-    \brief The Timer item triggers a handler at a specified interval.
+    \brief Triggers a handler at a specified interval
 
     A Timer can be used to trigger an action either once, or repeatedly
     at a given interval.
@@ -233,7 +233,7 @@ void QQuickTimer::setTriggeredOnStart(bool triggeredOnStart)
 
 /*!
     \qmlmethod QtQuick2::Timer::start()
-    \brief Starts the timer.
+    \brief Starts the timer
 
     If the timer is already running, calling this method has no effect.  The
     \c running property will be true following a call to \c start().
@@ -245,7 +245,7 @@ void QQuickTimer::start()
 
 /*!
     \qmlmethod QtQuick2::Timer::stop()
-    \brief Stops the timer.
+    \brief Stops the timer
 
     If the timer is not running, calling this method has no effect.  The
     \c running property will be false following a call to \c stop().
@@ -257,7 +257,7 @@ void QQuickTimer::stop()
 
 /*!
     \qmlmethod QtQuick2::Timer::restart()
-    \brief Restarts the timer.
+    \brief Restarts the timer
 
     If the Timer is not running it will be started, otherwise it will be
     stopped, reset to initial state and started.  The \c running property
index b88584900c7dfcfe242e47d664bf89edd71041f1..edad787b6ed533d3af760c9ea8ca4bf3e71cc39b 100644 (file)
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
     \qmlclass Transition QQuickTransition
     \inqmlmodule QtQuick 2
     \ingroup qml-animation-transition
-    \brief The Transition element defines animated transitions that occur on state changes.
+    \brief Defines animated transitions that occur on state changes
 
     A Transition defines the animations to be applied when a \l State change occurs.