Remove \since tags
authorAlan Alpert <alan.alpert@nokia.com>
Thu, 11 Aug 2011 09:38:37 +0000 (19:38 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 15 Aug 2011 03:16:51 +0000 (05:16 +0200)
It's a new module, of course they're new in this version.

Change-Id: I8bce4d452161cd581c046fec62a41cac4e0609ed
Reviewed-on: http://codereview.qt.nokia.com/2854
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>

27 files changed:
src/declarative/particles/qsgangleddirection.cpp
src/declarative/particles/qsgcumulativedirection.cpp
src/declarative/particles/qsgcustomaffector.cpp
src/declarative/particles/qsgcustomemitter.cpp
src/declarative/particles/qsgcustomparticle.cpp
src/declarative/particles/qsgellipseextruder.cpp
src/declarative/particles/qsgfollowemitter.cpp
src/declarative/particles/qsgfriction.cpp
src/declarative/particles/qsggravity.cpp
src/declarative/particles/qsgimageparticle.cpp
src/declarative/particles/qsgitemparticle.cpp
src/declarative/particles/qsgkill.cpp
src/declarative/particles/qsglineextruder.cpp
src/declarative/particles/qsgmaskextruder.cpp
src/declarative/particles/qsgmodelparticle.cpp
src/declarative/particles/qsgparticleaffector.cpp
src/declarative/particles/qsgparticleemitter.cpp
src/declarative/particles/qsgparticleextruder.cpp
src/declarative/particles/qsgparticlepainter.cpp
src/declarative/particles/qsgparticlesystem.cpp
src/declarative/particles/qsgpointattractor.cpp
src/declarative/particles/qsgpointdirection.cpp
src/declarative/particles/qsgspritegoal.cpp
src/declarative/particles/qsgstochasticdirection.cpp
src/declarative/particles/qsgtargeteddirection.cpp
src/declarative/particles/qsgturbulence.cpp
src/declarative/particles/qsgwander.cpp

index ffd434f..ab39b8a 100644 (file)
@@ -46,7 +46,6 @@ const qreal CONV = 0.017453292519943295;
 /*!
     \qmlclass AngledDirection QSGAngledDirection
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits StochasticDirection
     \brief The AngledDirection element allows you to specify a direction that varies in angle
 
index 5ffdef6..1d75239 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass CumulativeDirection QSGCumulativeDirection
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits StochasticDirection
     \brief The CumulativeDirection element allows you to specify a direction made of other directions
 
index 9832399..f28fcd8 100644 (file)
@@ -44,7 +44,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass CustomAffector QSGCustomAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The Custom affector allows you to modify affected particles
 
index 0500e0c..6b40f17 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass CustomEmitter QSGCustomEmitter
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Emitter
     \brief The Custom emitter allows you to modify particles as they are emitted
 
index 7397fc6..ae6c269 100644 (file)
@@ -122,7 +122,6 @@ struct PlainVertices {
 /*!
     \qmlclass CustomParticle QSGCustomParticle
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits ParticlePainter
     \brief The CustomParticle element allows you to specify your own shader to paint particles.
 
index 59e8803..29fa3c8 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass EllipseShape QSGEllipseExtruder
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Shape
     \brief The EllipseShape represents an ellipse to other particle system elements
 
index a074f44..54daec7 100644 (file)
@@ -48,7 +48,6 @@ QT_BEGIN_NAMESPACE
     \qmlclass FollowEmitter QSGFollowEmitter
     \inqmlmodule QtQuick.Particles 2
     \inherits QSGParticleEmitter
-    \since QtQuick.Particles 2.0
     \brief The FollowEmitter element allows you to emit logical particles from other logical particles.
 
     This element emits logical particles into the ParticleSystem, with the
index e6a4301..6baeaf6 100644 (file)
@@ -44,7 +44,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Friction QSGFrictionAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The Friction affector slows down movement proportional to the particle's current speed.
 
index 1639588..1de2a0e 100644 (file)
@@ -46,7 +46,6 @@ const qreal CONV = 0.017453292520444443;
 /*!
     \qmlclass Gravity QSGGravityAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The Gravity element allows you to set a constant accleration in an angle
 
index cf1f48e..80d66db 100644 (file)
@@ -285,7 +285,6 @@ QSGMaterialShader *SimpleMaterial::createShader() const {
 /*!
     \qmlclass ImageParticle QSGImageParticle
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits ParticlePainter
     \brief The ImageParticle element visualizes logical particles using an image
 
index 19d921a..65407fa 100644 (file)
@@ -51,7 +51,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass ItemParticle QSGItemParticle
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits ParticlePainter
     \brief The ItemParticle element allows you to specify your own delegate to paint particles.
 
index 9d4bc94..dfd26e3 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Kill QSGKillAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The Kill affector allows you to expire affected particles
 
index a08d052..6581cf2 100644 (file)
@@ -44,7 +44,6 @@
 /*!
     \qmlclass LineShape QSGLineExtruder
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Shape
     \brief The LineShape represents a line to Affectors and Emitter
 
index e762803..4f8b89a 100644 (file)
@@ -46,7 +46,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass MaskShape QSGMaskExtruder
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Shape
     \brief The MaskShape element allows you to represent an image as a shape to affectors and emitters.
 
index 19815aa..2646864 100644 (file)
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass ModelParticle QSGModelParticle
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits ParticlePainter
     \brief The ModelParticle element allows you to specify a model and delegate pair to paint particles.
 
index bf268ef..222af3d 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Affector QSGParticleAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \brief Affector elements can alter 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
index c1d6e5e..4c08ef5 100644 (file)
@@ -47,7 +47,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Emitter QSGParticleEmitter
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \brief The Emitter element allows you to emit logical particles.
 
     This element emits logical particles into the ParticleSystem, with the
index b51ab8b..a390bb9 100644 (file)
@@ -46,7 +46,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Shape QSGParticleExtruder
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \brief The Shape element allows you to specify an area for affectors and emitter.
 
     The base class is just a rectangle.
index 4d79599..97333ff 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass ParticlePainter QSGParticlePainter
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits ParticlePainter
     \brief ParticlePainter elements allow you to specify how to paint particles.
 
index f481563..a08495b 100644 (file)
@@ -57,7 +57,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass ParticleSystem QSGParticleSystem
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \brief The ParticleSystem brings together ParticlePainter, Emitter and Affector elements.
 
 */
index cc4cac6..1a3c3c2 100644 (file)
@@ -46,7 +46,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass PointAttractor QSGPointAttractorAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The PointAttractor allows you to attract particles towards a specific point.
 
index 0448ac9..7cc0823 100644 (file)
@@ -46,7 +46,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass PointDirection QSGPointDirection
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits StochasticDirection
     \brief The PointDirection element allows you to specify a direction that varies in x and y components
 
index 79fcf81..1837167 100644 (file)
@@ -50,7 +50,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass SpriteGoal QSGSpriteGoalAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The SpriteGoal Affector allows you to change the state of a sprite or group of a particle.
 
index f44b941..cdbc9f1 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass StochasticDirection QSGStochasticDirection
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \brief The StochasticDirection elements allow you to specify a vector space.
 
 */
index 3e5d3e1..696cdfa 100644 (file)
@@ -48,7 +48,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass TargetedDirection QSGTargetedDirection
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits StochasticDirection
     \brief The TargetedDirection element allows you to specify a direction towards the target point
 
index e9812d7..003f3c1 100644 (file)
@@ -49,7 +49,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Turbulence QSGTurbulenceAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The TurbulenceAffector is a bit of a hack and probably shouldn't be used yet.
 
index 2d04d62..a4a4d2c 100644 (file)
@@ -45,7 +45,6 @@ QT_BEGIN_NAMESPACE
 /*!
     \qmlclass Wander QSGWanderAffector
     \inqmlmodule QtQuick.Particles 2
-    \since QtQuick.Particles 2.0
     \inherits Affector
     \brief The Wander affector allows particles to randomly vary their trajectory.