From 3c453682f37ce4213de08fd3cc2263d5c12164fd Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Thu, 11 Aug 2011 19:38:37 +1000 Subject: 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 - src/declarative/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 - src/declarative/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, 27 deletions(-) diff --git a/src/declarative/particles/qsgangleddirection.cpp b/src/declarative/particles/qsgangleddirection.cpp index ffd434f980..ab39b8a575 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 5ffdef6327..1d7523972b 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 9832399661..f28fcd8778 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 0500e0c75e..6b40f179d0 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 7397fc6b50..ae6c269962 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 59e8803b28..29fa3c8841 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 a074f4456f..54daec7729 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 e6a43013e8..6baeaf6c3b 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 1639588917..1de2a0e014 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 cf1f48e036..80d66db2a6 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 19d921a10d..65407fabf8 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 9d4bc940bd..dfd26e3f39 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 a08d052c20..6581cf23ee 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 e76280378b..4f8b89a639 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 19815aa8f4..2646864283 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 bf268efc9d..222af3dfdc 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 c1d6e5ee4c..4c08ef5199 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 b51ab8b467..a390bb92ac 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 4d795999a0..97333ff20b 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 f48156315c..a08495b8e2 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 cc4cac66a4..1a3c3c25c5 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 0448ac9a7e..7cc0823eec 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 79fcf8188c..1837167813 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 f44b941578..cdbc9f15ad 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 3e5d3e1628..696cdfa915 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 e9812d7825..003f3c12b6 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 2d04d62eba..a4a4d2c9c5 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. -- cgit v1.2.3