From 3c453682f37ce4213de08fd3cc2263d5c12164fd Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 11 Aug 2011 19:38:37 +1000 Subject: [PATCH] Remove \since tags 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 Reviewed-by: Qt Sanity Bot --- src/declarative/particles/qsgangleddirection.cpp | 1 - .../particles/qsgcumulativedirection.cpp | 1 - src/declarative/particles/qsgcustomaffector.cpp | 1 - src/declarative/particles/qsgcustomemitter.cpp | 1 - src/declarative/particles/qsgcustomparticle.cpp | 1 - src/declarative/particles/qsgellipseextruder.cpp | 1 - src/declarative/particles/qsgfollowemitter.cpp | 1 - src/declarative/particles/qsgfriction.cpp | 1 - src/declarative/particles/qsggravity.cpp | 1 - src/declarative/particles/qsgimageparticle.cpp | 1 - src/declarative/particles/qsgitemparticle.cpp | 1 - src/declarative/particles/qsgkill.cpp | 1 - src/declarative/particles/qsglineextruder.cpp | 1 - src/declarative/particles/qsgmaskextruder.cpp | 1 - src/declarative/particles/qsgmodelparticle.cpp | 1 - src/declarative/particles/qsgparticleaffector.cpp | 1 - src/declarative/particles/qsgparticleemitter.cpp | 1 - src/declarative/particles/qsgparticleextruder.cpp | 1 - src/declarative/particles/qsgparticlepainter.cpp | 1 - src/declarative/particles/qsgparticlesystem.cpp | 1 - src/declarative/particles/qsgpointattractor.cpp | 1 - src/declarative/particles/qsgpointdirection.cpp | 1 - src/declarative/particles/qsgspritegoal.cpp | 1 - .../particles/qsgstochasticdirection.cpp | 1 - src/declarative/particles/qsgtargeteddirection.cpp | 1 - src/declarative/particles/qsgturbulence.cpp | 1 - src/declarative/particles/qsgwander.cpp | 1 - 27 files changed, 0 insertions(+), 27 deletions(-) diff --git a/src/declarative/particles/qsgangleddirection.cpp b/src/declarative/particles/qsgangleddirection.cpp index ffd434f..ab39b8a 100644 --- a/src/declarative/particles/qsgangleddirection.cpp +++ b/src/declarative/particles/qsgangleddirection.cpp @@ -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 diff --git a/src/declarative/particles/qsgcumulativedirection.cpp b/src/declarative/particles/qsgcumulativedirection.cpp index 5ffdef6..1d75239 100644 --- a/src/declarative/particles/qsgcumulativedirection.cpp +++ b/src/declarative/particles/qsgcumulativedirection.cpp @@ -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 diff --git a/src/declarative/particles/qsgcustomaffector.cpp b/src/declarative/particles/qsgcustomaffector.cpp index 9832399..f28fcd8 100644 --- a/src/declarative/particles/qsgcustomaffector.cpp +++ b/src/declarative/particles/qsgcustomaffector.cpp @@ -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 diff --git a/src/declarative/particles/qsgcustomemitter.cpp b/src/declarative/particles/qsgcustomemitter.cpp index 0500e0c..6b40f17 100644 --- a/src/declarative/particles/qsgcustomemitter.cpp +++ b/src/declarative/particles/qsgcustomemitter.cpp @@ -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 diff --git a/src/declarative/particles/qsgcustomparticle.cpp b/src/declarative/particles/qsgcustomparticle.cpp index 7397fc6..ae6c269 100644 --- a/src/declarative/particles/qsgcustomparticle.cpp +++ b/src/declarative/particles/qsgcustomparticle.cpp @@ -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. diff --git a/src/declarative/particles/qsgellipseextruder.cpp b/src/declarative/particles/qsgellipseextruder.cpp index 59e8803..29fa3c8 100644 --- a/src/declarative/particles/qsgellipseextruder.cpp +++ b/src/declarative/particles/qsgellipseextruder.cpp @@ -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 diff --git a/src/declarative/particles/qsgfollowemitter.cpp b/src/declarative/particles/qsgfollowemitter.cpp index a074f44..54daec7 100644 --- a/src/declarative/particles/qsgfollowemitter.cpp +++ b/src/declarative/particles/qsgfollowemitter.cpp @@ -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 diff --git a/src/declarative/particles/qsgfriction.cpp b/src/declarative/particles/qsgfriction.cpp index e6a4301..6baeaf6 100644 --- a/src/declarative/particles/qsgfriction.cpp +++ b/src/declarative/particles/qsgfriction.cpp @@ -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. diff --git a/src/declarative/particles/qsggravity.cpp b/src/declarative/particles/qsggravity.cpp index 1639588..1de2a0e 100644 --- a/src/declarative/particles/qsggravity.cpp +++ b/src/declarative/particles/qsggravity.cpp @@ -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 diff --git a/src/declarative/particles/qsgimageparticle.cpp b/src/declarative/particles/qsgimageparticle.cpp index cf1f48e..80d66db 100644 --- a/src/declarative/particles/qsgimageparticle.cpp +++ b/src/declarative/particles/qsgimageparticle.cpp @@ -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 diff --git a/src/declarative/particles/qsgitemparticle.cpp b/src/declarative/particles/qsgitemparticle.cpp index 19d921a..65407fa 100644 --- a/src/declarative/particles/qsgitemparticle.cpp +++ b/src/declarative/particles/qsgitemparticle.cpp @@ -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. diff --git a/src/declarative/particles/qsgkill.cpp b/src/declarative/particles/qsgkill.cpp index 9d4bc94..dfd26e3 100644 --- a/src/declarative/particles/qsgkill.cpp +++ b/src/declarative/particles/qsgkill.cpp @@ -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 diff --git a/src/declarative/particles/qsglineextruder.cpp b/src/declarative/particles/qsglineextruder.cpp index a08d052..6581cf2 100644 --- a/src/declarative/particles/qsglineextruder.cpp +++ b/src/declarative/particles/qsglineextruder.cpp @@ -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 diff --git a/src/declarative/particles/qsgmaskextruder.cpp b/src/declarative/particles/qsgmaskextruder.cpp index e762803..4f8b89a 100644 --- a/src/declarative/particles/qsgmaskextruder.cpp +++ b/src/declarative/particles/qsgmaskextruder.cpp @@ -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. diff --git a/src/declarative/particles/qsgmodelparticle.cpp b/src/declarative/particles/qsgmodelparticle.cpp index 19815aa..2646864 100644 --- a/src/declarative/particles/qsgmodelparticle.cpp +++ b/src/declarative/particles/qsgmodelparticle.cpp @@ -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. diff --git a/src/declarative/particles/qsgparticleaffector.cpp b/src/declarative/particles/qsgparticleaffector.cpp index bf268ef..222af3d 100644 --- a/src/declarative/particles/qsgparticleaffector.cpp +++ b/src/declarative/particles/qsgparticleaffector.cpp @@ -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 diff --git a/src/declarative/particles/qsgparticleemitter.cpp b/src/declarative/particles/qsgparticleemitter.cpp index c1d6e5e..4c08ef5 100644 --- a/src/declarative/particles/qsgparticleemitter.cpp +++ b/src/declarative/particles/qsgparticleemitter.cpp @@ -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 diff --git a/src/declarative/particles/qsgparticleextruder.cpp b/src/declarative/particles/qsgparticleextruder.cpp index b51ab8b..a390bb9 100644 --- a/src/declarative/particles/qsgparticleextruder.cpp +++ b/src/declarative/particles/qsgparticleextruder.cpp @@ -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. diff --git a/src/declarative/particles/qsgparticlepainter.cpp b/src/declarative/particles/qsgparticlepainter.cpp index 4d79599..97333ff 100644 --- a/src/declarative/particles/qsgparticlepainter.cpp +++ b/src/declarative/particles/qsgparticlepainter.cpp @@ -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. diff --git a/src/declarative/particles/qsgparticlesystem.cpp b/src/declarative/particles/qsgparticlesystem.cpp index f481563..a08495b 100644 --- a/src/declarative/particles/qsgparticlesystem.cpp +++ b/src/declarative/particles/qsgparticlesystem.cpp @@ -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. */ diff --git a/src/declarative/particles/qsgpointattractor.cpp b/src/declarative/particles/qsgpointattractor.cpp index cc4cac6..1a3c3c2 100644 --- a/src/declarative/particles/qsgpointattractor.cpp +++ b/src/declarative/particles/qsgpointattractor.cpp @@ -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. diff --git a/src/declarative/particles/qsgpointdirection.cpp b/src/declarative/particles/qsgpointdirection.cpp index 0448ac9..7cc0823 100644 --- a/src/declarative/particles/qsgpointdirection.cpp +++ b/src/declarative/particles/qsgpointdirection.cpp @@ -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 diff --git a/src/declarative/particles/qsgspritegoal.cpp b/src/declarative/particles/qsgspritegoal.cpp index 79fcf81..1837167 100644 --- a/src/declarative/particles/qsgspritegoal.cpp +++ b/src/declarative/particles/qsgspritegoal.cpp @@ -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. diff --git a/src/declarative/particles/qsgstochasticdirection.cpp b/src/declarative/particles/qsgstochasticdirection.cpp index f44b941..cdbc9f1 100644 --- a/src/declarative/particles/qsgstochasticdirection.cpp +++ b/src/declarative/particles/qsgstochasticdirection.cpp @@ -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. */ diff --git a/src/declarative/particles/qsgtargeteddirection.cpp b/src/declarative/particles/qsgtargeteddirection.cpp index 3e5d3e1..696cdfa 100644 --- a/src/declarative/particles/qsgtargeteddirection.cpp +++ b/src/declarative/particles/qsgtargeteddirection.cpp @@ -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 diff --git a/src/declarative/particles/qsgturbulence.cpp b/src/declarative/particles/qsgturbulence.cpp index e9812d7..003f3c1 100644 --- a/src/declarative/particles/qsgturbulence.cpp +++ b/src/declarative/particles/qsgturbulence.cpp @@ -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. diff --git a/src/declarative/particles/qsgwander.cpp b/src/declarative/particles/qsgwander.cpp index 2d04d62..a4a4d2c 100644 --- a/src/declarative/particles/qsgwander.cpp +++ b/src/declarative/particles/qsgwander.cpp @@ -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. -- 1.7.2.5