From 1a23fbc59a1389677b3f232379f441ed5b4cdf90 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 18 Mar 2013 17:00:14 +0100 Subject: Fix duplicate examples for qml/quick modules Task-number: QTBUG-30233 Change-Id: Ic0a6d9112dbf8903d68f571e0ac853d89ff31ebe Reviewed-by: Jerome Pasion --- .../quick/accessibility/doc/src/accessibility.qdoc | 2 +- examples/quick/animation/doc/src/animation.qdoc | 2 +- examples/quick/canvas/doc/src/canvas.qdoc | 2 +- examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc | 2 +- examples/quick/doc/src/qml-extending.qdoc | 20 ++++++++++---------- examples/quick/draganddrop/doc/src/draganddrop.qdoc | 2 +- .../quick/imageelements/doc/src/imageelements.qdoc | 2 +- .../quick/keyinteraction/doc/src/keyinteraction.qdoc | 2 +- .../quick/localstorage/doc/src/localstorage.qdoc | 2 +- examples/quick/mousearea/doc/src/mousearea.qdoc | 2 +- .../textballoons/doc/src/textballoons.qdoc | 2 +- .../quick/particles/affectors/doc/src/affectors.qdoc | 2 +- .../customparticle/doc/src/customparticle.qdoc | 2 +- .../quick/particles/emitters/doc/src/emitters.qdoc | 2 +- .../imageparticle/doc/src/imageparticle.qdoc | 2 +- examples/quick/particles/system/doc/src/system.qdoc | 2 +- examples/quick/positioners/doc/src/positioners.qdoc | 2 +- examples/quick/righttoleft/doc/src/righttoleft.qdoc | 2 +- .../customgeometry/doc/src/customgeometry.qdoc | 2 +- .../openglunderqml/doc/src/openglunderqml.qdoc | 2 +- .../simplematerial/doc/src/simplematerial.qdoc | 2 +- .../quick/shadereffects/doc/src/shadereffects.qdoc | 2 +- examples/quick/text/doc/src/text.qdoc | 2 +- examples/quick/threading/doc/src/threading.qdoc | 2 +- .../touchinteraction/doc/src/touchinteraction.qdoc | 2 +- examples/quick/views/doc/src/views.qdoc | 2 +- 26 files changed, 35 insertions(+), 35 deletions(-) (limited to 'examples/quick') diff --git a/examples/quick/accessibility/doc/src/accessibility.qdoc b/examples/quick/accessibility/doc/src/accessibility.qdoc index 9054b5e394..b14d9dd4dc 100644 --- a/examples/quick/accessibility/doc/src/accessibility.qdoc +++ b/examples/quick/accessibility/doc/src/accessibility.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Accessibility - \example quick/accessibility + \example accessibility \brief This example has accessible buttons. \ingroup qtquickexamples diff --git a/examples/quick/animation/doc/src/animation.qdoc b/examples/quick/animation/doc/src/animation.qdoc index 2b41fd71bc..3df0caf322 100644 --- a/examples/quick/animation/doc/src/animation.qdoc +++ b/examples/quick/animation/doc/src/animation.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick Examples - Animation - \example quick/animation + \example animation \brief This is a collection of QML Animation examples. \image qml-animations-example.png \ingroup qtquickexamples diff --git a/examples/quick/canvas/doc/src/canvas.qdoc b/examples/quick/canvas/doc/src/canvas.qdoc index 8da29e2780..5e88b62074 100644 --- a/examples/quick/canvas/doc/src/canvas.qdoc +++ b/examples/quick/canvas/doc/src/canvas.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick Examples - Canvas - \example quick/canvas + \example canvas \brief This is a collection of QML Canvas examples. \image qml-canvas-example.png \ingroup qtquickexamples diff --git a/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc b/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc index 9e2dc01667..60a9725e53 100644 --- a/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc +++ b/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc @@ -27,7 +27,7 @@ /*! \title QML Demo - Calqlatr - \example quick/demos/calqlatr + \example demos/calqlatr \brief This is an example calculator written in QML. \image qml-calqlatr-demo-small.png \ingroup qmldemos diff --git a/examples/quick/doc/src/qml-extending.qdoc b/examples/quick/doc/src/qml-extending.qdoc index 2920398de1..5debe9e02c 100644 --- a/examples/quick/doc/src/qml-extending.qdoc +++ b/examples/quick/doc/src/qml-extending.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! -\example qml/referenceexamples/adding +\example referenceexamples/adding \title Extending QML - Adding Types Example \brief Exporting C++ Classes \ingroup qmlextendingexamples @@ -63,7 +63,7 @@ loads and runs the QML snippet shown at the beginning of this page. */ /*! -\example qml/referenceexamples/properties +\example referenceexamples/properties \title Extending QML - Object and List Property Types Example \brief Exporting C++ Properties \ingroup qmlextendingexamples @@ -113,7 +113,7 @@ loads and runs the QML snippet shown at the beginning of this page. */ /*! -\example qml/referenceexamples/coercion +\example referenceexamples/coercion \title Extending QML - Inheritance and Coercion Example \brief C++ Inheritance and Coercion \ingroup qmlextendingexamples @@ -178,7 +178,7 @@ loads and runs the QML snippet shown at the beginning of this page. */ /*! -\example qml/referenceexamples/default +\example referenceexamples/default \title Extending QML - Default Property Example \brief Default Property \ingroup qmlextendingexamples @@ -216,7 +216,7 @@ loads and runs the QML snippet shown at the beginning of this page. */ /*! -\example qml/referenceexamples/grouped +\example referenceexamples/grouped \title Extending QML - Grouped Properties Example \brief Grouped Properties \ingroup qmlextendingexamples @@ -232,7 +232,7 @@ This example builds on: */ /*! -\example qml/referenceexamples/attached +\example referenceexamples/attached \title Extending QML - Attached Properties Example \brief Attached Properties \ingroup qmlextendingexamples @@ -249,7 +249,7 @@ This example builds on: */ /*! -\example qml/referenceexamples/signal +\example referenceexamples/signal \title Extending QML - Signal Support Example \brief Signal Support \ingroup qmlextendingexamples @@ -267,7 +267,7 @@ This example builds on: */ /*! -\example qml/referenceexamples/methods +\example referenceexamples/methods \title Extending QML - Methods Example \brief Methods Support \ingroup qmlextendingexamples @@ -283,7 +283,7 @@ This example builds on: */ /*! -\example qml/referenceexamples/valuesource +\example referenceexamples/valuesource \title Extending QML - Property Value Source Example \brief Property Value Source \ingroup qmlextendingexamples @@ -302,7 +302,7 @@ This example builds on: */ /*! -\example qml/referenceexamples/binding +\example referenceexamples/binding \title Extending QML - Binding Example \brief Binding \ingroup qmlextendingexamples diff --git a/examples/quick/draganddrop/doc/src/draganddrop.qdoc b/examples/quick/draganddrop/doc/src/draganddrop.qdoc index 1844c3b4eb..4e97902354 100644 --- a/examples/quick/draganddrop/doc/src/draganddrop.qdoc +++ b/examples/quick/draganddrop/doc/src/draganddrop.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Drag and Drop - \example quick/draganddrop + \example draganddrop \brief This is a collection of QML drag and drop examples \image qml-draganddrop-example.png \ingroup qtquickexamples diff --git a/examples/quick/imageelements/doc/src/imageelements.qdoc b/examples/quick/imageelements/doc/src/imageelements.qdoc index abd5f332e5..d40b51898d 100644 --- a/examples/quick/imageelements/doc/src/imageelements.qdoc +++ b/examples/quick/imageelements/doc/src/imageelements.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QML Examples - Image Elements - \example quick/imageelements + \example imageelements \brief This is a collection of QML examples relating to image elements. \image qml-imageelements-example.png \ingroup qtquickexamples diff --git a/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc b/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc index ad9121c917..129efbf112 100644 --- a/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc +++ b/examples/quick/keyinteraction/doc/src/keyinteraction.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Key Interaction - \example quick/keyinteraction + \example keyinteraction \brief This is a collection of QML keyboard interaction examples. \image qml-keyinteraction-example.png \ingroup qtquickexamples diff --git a/examples/quick/localstorage/doc/src/localstorage.qdoc b/examples/quick/localstorage/doc/src/localstorage.qdoc index f4dfa56dcf..38cb735576 100644 --- a/examples/quick/localstorage/doc/src/localstorage.qdoc +++ b/examples/quick/localstorage/doc/src/localstorage.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Local Storage - \example quick/localstorage + \example localstorage \brief A collection of QML local storage examples. \image qml-localstorage-example.png diff --git a/examples/quick/mousearea/doc/src/mousearea.qdoc b/examples/quick/mousearea/doc/src/mousearea.qdoc index 10f92e689e..fc62f41536 100644 --- a/examples/quick/mousearea/doc/src/mousearea.qdoc +++ b/examples/quick/mousearea/doc/src/mousearea.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - MouseArea - \example quick/mousearea + \example mousearea \brief This is an example of the MouseArea element in QML \image qml-mousearea-example.png \ingroup qtquickexamples diff --git a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc index 6f1d751a5f..7ea5a86149 100644 --- a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc +++ b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc @@ -29,7 +29,7 @@ /*! \title Scenegraph Painted Item Example \brief Shows how to implement QPainter-based custom scenegraph items. - \example quick/customitems/painteditem + \example customitems/painteditem \ingroup qtquickexamples The Painted Item example shows how to use the QML Scene Graph framework to diff --git a/examples/quick/particles/affectors/doc/src/affectors.qdoc b/examples/quick/particles/affectors/doc/src/affectors.qdoc index 977eb8ea95..75bdea8f14 100644 --- a/examples/quick/particles/affectors/doc/src/affectors.qdoc +++ b/examples/quick/particles/affectors/doc/src/affectors.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick.Particles Examples - Affectors - \example quick/particles/affectors + \example particles/affectors \brief This is a collection of examples using Affectors in the QML particle system. \image qml-affectors-example.png diff --git a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc index 341484d9ab..a7ab4c51b8 100644 --- a/examples/quick/particles/customparticle/doc/src/customparticle.qdoc +++ b/examples/quick/particles/customparticle/doc/src/customparticle.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick.Particles Examples - CustomParticle - \example quick/particles/customparticle + \example particles/customparticle \brief This is a collection of examples using CustomParticle in the QML particle system. \image qml-customparticle-example.png diff --git a/examples/quick/particles/emitters/doc/src/emitters.qdoc b/examples/quick/particles/emitters/doc/src/emitters.qdoc index 5644ab1af3..39e1fdd13c 100644 --- a/examples/quick/particles/emitters/doc/src/emitters.qdoc +++ b/examples/quick/particles/emitters/doc/src/emitters.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick.Particles Examples - Emitters - \example quick/particles/emitters + \example particles/emitters \brief This is a collection of examples using Emitters in the QML particle system. \image qml-emitters-example.png diff --git a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc index 1de194b962..2c355d78b5 100644 --- a/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc +++ b/examples/quick/particles/imageparticle/doc/src/imageparticle.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick.Particles Examples - Affectors - \example quick/particles/imageparticle + \example particles/imageparticle \brief This is a collection of examples using Affectors in the QML particle system. \image qml-imageparticle-example.png diff --git a/examples/quick/particles/system/doc/src/system.qdoc b/examples/quick/particles/system/doc/src/system.qdoc index a01b014f4b..be5e936eda 100644 --- a/examples/quick/particles/system/doc/src/system.qdoc +++ b/examples/quick/particles/system/doc/src/system.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick.Particles Examples - Affectors - \example quick/particles/system + \example particles/system \brief This is a collection of examples using Affectors in the QML particle system. \image qml-system-example.png diff --git a/examples/quick/positioners/doc/src/positioners.qdoc b/examples/quick/positioners/doc/src/positioners.qdoc index 8dd7de193c..55e1a4bf09 100644 --- a/examples/quick/positioners/doc/src/positioners.qdoc +++ b/examples/quick/positioners/doc/src/positioners.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Positioners - \example quick/positioners + \example positioners \brief This is a collection of QML Positioner examples. \image qml-positioners-example.png \ingroup qtquickexamples diff --git a/examples/quick/righttoleft/doc/src/righttoleft.qdoc b/examples/quick/righttoleft/doc/src/righttoleft.qdoc index af851339c6..4a115c1267 100644 --- a/examples/quick/righttoleft/doc/src/righttoleft.qdoc +++ b/examples/quick/righttoleft/doc/src/righttoleft.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Right to Left - \example quick/righttoleft + \example righttoleft \brief This is a collection of QML Right to Left examples. \image qml-righttoleft-example.png \ingroup qtquickexamples diff --git a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc index cc034e34ba..9e75298965 100644 --- a/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc +++ b/examples/quick/scenegraph/customgeometry/doc/src/customgeometry.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example quick/scenegraph/customgeometry + \example scenegraph/customgeometry \title Custom Geometry Example \ingroup qtquickexamples \brief Shows how to implement a custom geometry in the Qt Quick Scene Graph. diff --git a/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc b/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc index 5ded717e5f..475f03cff0 100644 --- a/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc +++ b/examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example quick/scenegraph/openglunderqml + \example scenegraph/openglunderqml \title OpenGL Under QML \ingroup qtquickexamples \brief Shows how to render OpenGL under a Qt Quick scene. diff --git a/examples/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc b/examples/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc index 20d244fe99..730bbc7524 100644 --- a/examples/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc +++ b/examples/quick/scenegraph/simplematerial/doc/src/simplematerial.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! - \example quick/scenegraph/simplematerial + \example scenegraph/simplematerial \title Simple Material Example \ingroup qtquickexamples \brief Shows how to define a scene graph material to fill a shape. diff --git a/examples/quick/shadereffects/doc/src/shadereffects.qdoc b/examples/quick/shadereffects/doc/src/shadereffects.qdoc index b8b5459c29..fd819f2ec1 100644 --- a/examples/quick/shadereffects/doc/src/shadereffects.qdoc +++ b/examples/quick/shadereffects/doc/src/shadereffects.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QML Examples - Shader Effects - \example quick/shadereffects + \example shadereffects \image qml-shadereffects-example.png \brief This is a shader effects example \ingroup qtquickexamples diff --git a/examples/quick/text/doc/src/text.qdoc b/examples/quick/text/doc/src/text.qdoc index fd5d32f5cd..652065282e 100644 --- a/examples/quick/text/doc/src/text.qdoc +++ b/examples/quick/text/doc/src/text.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QML Examples - Text - \example quick/text + \example text \brief This is a collection of QML examples relating to text \image qml-text-example.png \ingroup qtquickexamples diff --git a/examples/quick/threading/doc/src/threading.qdoc b/examples/quick/threading/doc/src/threading.qdoc index b87cb1b952..47f23a6019 100644 --- a/examples/quick/threading/doc/src/threading.qdoc +++ b/examples/quick/threading/doc/src/threading.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Threading - \example quick/threading + \example threading \brief This is a collection of QML Multithreading examples. \image qml-threading-example.png \ingroup qtquickexamples diff --git a/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc b/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc index 54f94383e4..805ca3563e 100644 --- a/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc +++ b/examples/quick/touchinteraction/doc/src/touchinteraction.qdoc @@ -26,7 +26,7 @@ ****************************************************************************/ /*! \title QtQuick Examples - Touch Interaction - \example quick/touchinteraction + \example touchinteraction \brief This is a collection of QML Touch Interaction examples. \image qml-touchinteraction-example.png diff --git a/examples/quick/views/doc/src/views.qdoc b/examples/quick/views/doc/src/views.qdoc index e48a66514b..06482ae738 100644 --- a/examples/quick/views/doc/src/views.qdoc +++ b/examples/quick/views/doc/src/views.qdoc @@ -27,7 +27,7 @@ /*! \title QtQuick Examples - Views - \example quick/views + \example views \brief This is a collection of QML model/view examples \image qml-modelviews-example.png \ingroup qtquickexamples -- cgit v1.2.3