From 94007211cfea4a46e5ad7b263a576e1a3095987e Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 16 Nov 2011 17:19:47 +1000 Subject: Add \inqmlmodule tags to the generic QtQuick module docs Change-Id: If40907e44a0e54f8a9caaea2103eb3e5c9e541d3 Reviewed-by: Martin Smith --- doc/src/qtquick1/advtutorial.qdoc | 5 +++++ doc/src/qtquick1/anchor-layout.qdoc | 1 + doc/src/qtquick1/animation.qdoc | 1 + doc/src/qtquick1/basicelements.qdoc | 1 + doc/src/qtquick1/basictypes.qdoc | 1 + doc/src/qtquick1/behaviors-and-states.qdoc | 1 + doc/src/qtquick1/codingconventions.qdoc | 1 + doc/src/qtquick1/declarativeui.qdoc | 1 + doc/src/qtquick1/dynamicobjects.qdoc | 1 + doc/src/qtquick1/elements.qdoc | 1 + doc/src/qtquick1/example-slideswitch.qdoc | 1 + doc/src/qtquick1/examples.qdoc | 1 + doc/src/qtquick1/extending-tutorial.qdoc | 2 ++ doc/src/qtquick1/extending.qdoc | 1 + doc/src/qtquick1/focus.qdoc | 1 + doc/src/qtquick1/globalobject.qdoc | 1 + doc/src/qtquick1/integrating.qdoc | 1 + doc/src/qtquick1/javascriptblocks.qdoc | 1 + doc/src/qtquick1/modules.qdoc | 1 + doc/src/qtquick1/mouseevents.qdoc | 1 + doc/src/qtquick1/network.qdoc | 1 + doc/src/qtquick1/particles.qdoc | 1 + doc/src/qtquick1/positioners.qdoc | 1 + doc/src/qtquick1/propertybinding.qdoc | 1 + doc/src/qtquick1/qdeclarativedebugging.qdoc | 1 + doc/src/qtquick1/qdeclarativedocument.qdoc | 1 + doc/src/qtquick1/qdeclarativei18n.qdoc | 1 + doc/src/qtquick1/qdeclarativeintro.qdoc | 1 + doc/src/qtquick1/qdeclarativemodels.qdoc | 2 ++ doc/src/qtquick1/qdeclarativeperformance.qdoc | 1 + doc/src/qtquick1/qdeclarativesecurity.qdoc | 1 + doc/src/qtquick1/qdeclarativestates.qdoc | 1 + doc/src/qtquick1/qmlevents.qdoc | 1 + doc/src/qtquick1/qmlinuse.qdoc | 1 + doc/src/qtquick1/qmlreusablecomponents.qdoc | 1 + doc/src/qtquick1/qmlruntime.qdoc | 1 + doc/src/qtquick1/qmlsyntax.qdoc | 1 + doc/src/qtquick1/qmltest.qdoc | 1 + doc/src/qtquick1/qmltexthandling.qdoc | 1 + doc/src/qtquick1/qmlviewer.qdoc | 1 + doc/src/qtquick1/qmlviews.qdoc | 1 + doc/src/qtquick1/qmlwebkit.qdoc | 1 + doc/src/qtquick1/qtbinding.qdoc | 1 + doc/src/qtquick1/qtprogrammers.qdoc | 1 + doc/src/qtquick1/qtquick-intro.qdoc | 1 + doc/src/qtquick1/righttoleft.qdoc | 1 + doc/src/qtquick1/scope.qdoc | 1 + doc/src/qtquick1/tutorial.qdoc | 4 ++++ doc/src/qtquick1/whatsnew.qdoc | 1 + 49 files changed, 58 insertions(+) (limited to 'doc/src/qtquick1') diff --git a/doc/src/qtquick1/advtutorial.qdoc b/doc/src/qtquick1/advtutorial.qdoc index b2f9deca6b..5bfc2c4c0c 100644 --- a/doc/src/qtquick1/advtutorial.qdoc +++ b/doc/src/qtquick1/advtutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-advtutorial.html +\inqmlmodule QtQuick 1 \title QML Advanced Tutorial \brief A more advanced tutorial, showing how to use QML to create a game. \nextpage QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks @@ -64,6 +65,7 @@ directory. /*! \page qml-advtutorial1.html +\inqmlmodule QtQuick 1 \title QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks \contentspage QML Advanced Tutorial \previouspage QML Advanced Tutorial @@ -133,6 +135,7 @@ elements to get started. Next, we will populate the game canvas with some blocks /*! \page qml-advtutorial2.html +\inqmlmodule QtQuick 1 \title QML Advanced Tutorial 2 - Populating the Game Canvas \contentspage QML Advanced Tutorial \previouspage QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks @@ -208,6 +211,7 @@ Now, we have a screen of blocks, and we can begin to add the game mechanics. /*! \page qml-advtutorial3.html +\inqmlmodule QtQuick 1 \title QML Advanced Tutorial 3 - Implementing the Game Logic \contentspage QML Advanced Tutorial \previouspage QML Advanced Tutorial 2 - Populating the Game Canvas @@ -296,6 +300,7 @@ until the next chapter - where your application becomes alive! /*! \page qml-advtutorial4.html +\inqmlmodule QtQuick 1 \title QML Advanced Tutorial 4 - Finishing Touches \contentspage QML Advanced Tutorial \previouspage QML Advanced Tutorial 3 - Implementing the Game Logic diff --git a/doc/src/qtquick1/anchor-layout.qdoc b/doc/src/qtquick1/anchor-layout.qdoc index a84abf436b..866be12468 100644 --- a/doc/src/qtquick1/anchor-layout.qdoc +++ b/doc/src/qtquick1/anchor-layout.qdoc @@ -27,6 +27,7 @@ /*! \page qml-anchor-layout.html +\inqmlmodule QtQuick 1 \target anchor-layout \contentspage QML Features \previouspage {Using QML Positioner and Repeater Items}{Component Layouts} diff --git a/doc/src/qtquick1/animation.qdoc b/doc/src/qtquick1/animation.qdoc index ef01d14414..e083345528 100644 --- a/doc/src/qtquick1/animation.qdoc +++ b/doc/src/qtquick1/animation.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeanimation.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML States}{States} diff --git a/doc/src/qtquick1/basicelements.qdoc b/doc/src/qtquick1/basicelements.qdoc index 0b43140426..a7d6a41a4f 100644 --- a/doc/src/qtquick1/basicelements.qdoc +++ b/doc/src/qtquick1/basicelements.qdoc @@ -27,6 +27,7 @@ /*! \page qmlbasicelements.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage QML Features diff --git a/doc/src/qtquick1/basictypes.qdoc b/doc/src/qtquick1/basictypes.qdoc index 1c412db143..cc6e7d18d0 100644 --- a/doc/src/qtquick1/basictypes.qdoc +++ b/doc/src/qtquick1/basictypes.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativebasictypes.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML Basic Elements} diff --git a/doc/src/qtquick1/behaviors-and-states.qdoc b/doc/src/qtquick1/behaviors-and-states.qdoc index 11f3480953..3ba3d41fad 100644 --- a/doc/src/qtquick1/behaviors-and-states.qdoc +++ b/doc/src/qtquick1/behaviors-and-states.qdoc @@ -27,6 +27,7 @@ /*! \page qml-behaviors-and-states.html +\inqmlmodule QtQuick 1 \title Using QML Behaviors with States \section1 Using Behaviors with States diff --git a/doc/src/qtquick1/codingconventions.qdoc b/doc/src/qtquick1/codingconventions.qdoc index 8222ebce41..4d4e0e3247 100644 --- a/doc/src/qtquick1/codingconventions.qdoc +++ b/doc/src/qtquick1/codingconventions.qdoc @@ -27,6 +27,7 @@ /*! \page qml-coding-conventions.html +\inqmlmodule QtQuick 1 \title QML Coding Conventions This document contains the QML coding conventions that we follow in our documentation and examples and recommend that others follow. diff --git a/doc/src/qtquick1/declarativeui.qdoc b/doc/src/qtquick1/declarativeui.qdoc index 6769fb0ead..41dedecb8e 100644 --- a/doc/src/qtquick1/declarativeui.qdoc +++ b/doc/src/qtquick1/declarativeui.qdoc @@ -28,6 +28,7 @@ /*! \title Qt Quick \page qtquick1.html +\inqmlmodule QtQuick 1 \ingroup qt-gui-concepts \brief Qt Quick provides a declarative framework for building highly diff --git a/doc/src/qtquick1/dynamicobjects.qdoc b/doc/src/qtquick1/dynamicobjects.qdoc index 0c89996613..3bda5ed3c4 100644 --- a/doc/src/qtquick1/dynamicobjects.qdoc +++ b/doc/src/qtquick1/dynamicobjects.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedynamicobjects.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage {QML Features} \previouspage {Integrating QML Code with Existing Qt UI Code} diff --git a/doc/src/qtquick1/elements.qdoc b/doc/src/qtquick1/elements.qdoc index a861a66a58..4e3a637904 100644 --- a/doc/src/qtquick1/elements.qdoc +++ b/doc/src/qtquick1/elements.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeelements.html +\inqmlmodule QtQuick 1 \target elements \title QML Elements \brief A listing of standard QML elements. diff --git a/doc/src/qtquick1/example-slideswitch.qdoc b/doc/src/qtquick1/example-slideswitch.qdoc index a4d8cbe855..9b58a3b641 100644 --- a/doc/src/qtquick1/example-slideswitch.qdoc +++ b/doc/src/qtquick1/example-slideswitch.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeexampletoggleswitch.html +\inqmlmodule QtQuick 1 \title QML Example - Toggle Switch This example shows how to create a reusable switch component in QML. diff --git a/doc/src/qtquick1/examples.qdoc b/doc/src/qtquick1/examples.qdoc index a322491190..ee9ed2ad31 100644 --- a/doc/src/qtquick1/examples.qdoc +++ b/doc/src/qtquick1/examples.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeexamples.html +\inqmlmodule QtQuick 1 \title QML Examples \brief Building UIs with QML \ingroup all-examples diff --git a/doc/src/qtquick1/extending-tutorial.qdoc b/doc/src/qtquick1/extending-tutorial.qdoc index e9a36824c1..238be55a3d 100644 --- a/doc/src/qtquick1/extending-tutorial.qdoc +++ b/doc/src/qtquick1/extending-tutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-extending-tutorial-index.html +\inqmlmodule QtQuick 1 \title Tutorial: Writing QML Extensions with C++ The Qt Declarative module provides a set of APIs for extending QML through @@ -454,6 +455,7 @@ be used by \c app.qml without import statements. /*! \page qml-extending-tutorial7.html +\inqmlmodule QtQuick 1 \title Chapter 7: In Summary In this tutorial, we've shown the basic steps for creating a QML extension: diff --git a/doc/src/qtquick1/extending.qdoc b/doc/src/qtquick1/extending.qdoc index 0f7becdc83..387d86116f 100644 --- a/doc/src/qtquick1/extending.qdoc +++ b/doc/src/qtquick1/extending.qdoc @@ -27,6 +27,7 @@ /*! \page qml-extending.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {Presenting Data with Views} diff --git a/doc/src/qtquick1/focus.qdoc b/doc/src/qtquick1/focus.qdoc index d75bd11a36..378a8380d8 100644 --- a/doc/src/qtquick1/focus.qdoc +++ b/doc/src/qtquick1/focus.qdoc @@ -28,6 +28,7 @@ /*! \target qmlfocus \page qdeclarativefocus.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML Text Handling and Validators}{Text Handling and Validators} diff --git a/doc/src/qtquick1/globalobject.qdoc b/doc/src/qtquick1/globalobject.qdoc index 4b8b538a65..d8b018c04a 100644 --- a/doc/src/qtquick1/globalobject.qdoc +++ b/doc/src/qtquick1/globalobject.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeglobalobject.html +\inqmlmodule QtQuick 1 \title QML Global Object Contains all the properties of the JavaScript global object, plus: diff --git a/doc/src/qtquick1/integrating.qdoc b/doc/src/qtquick1/integrating.qdoc index afca37dd48..53b838f92b 100644 --- a/doc/src/qtquick1/integrating.qdoc +++ b/doc/src/qtquick1/integrating.qdoc @@ -27,6 +27,7 @@ /*! \page qml-integration.html +\inqmlmodule QtQuick 1 \ingroup qml-features \previouspage {Using QML Bindings in C++ Applications} \nextpage {Dynamic Object Management in QML}{Dynamic Object Management} diff --git a/doc/src/qtquick1/javascriptblocks.qdoc b/doc/src/qtquick1/javascriptblocks.qdoc index 01d0d45a2d..9b67a1764e 100644 --- a/doc/src/qtquick1/javascriptblocks.qdoc +++ b/doc/src/qtquick1/javascriptblocks.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativejavascript.html +\inqmlmodule QtQuick 1 \title Integrating JavaScript QML encourages building UIs declaratively, using \l {Property Binding} and the diff --git a/doc/src/qtquick1/modules.qdoc b/doc/src/qtquick1/modules.qdoc index efca620e43..b2ed842033 100644 --- a/doc/src/qtquick1/modules.qdoc +++ b/doc/src/qtquick1/modules.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativemodules.html +\inqmlmodule QtQuick 1 \title Modules \section1 QML Modules diff --git a/doc/src/qtquick1/mouseevents.qdoc b/doc/src/qtquick1/mouseevents.qdoc index cb724e5b14..784f105476 100644 --- a/doc/src/qtquick1/mouseevents.qdoc +++ b/doc/src/qtquick1/mouseevents.qdoc @@ -27,6 +27,7 @@ /*! \page mouseevents.html +\inqmlmodule QtQuick 1 \title QML Mouse Events \ingroup QML Features \previouspage {Anchor-based Layout in QML}{Layouts using Anchors} diff --git a/doc/src/qtquick1/network.qdoc b/doc/src/qtquick1/network.qdoc index f04d198506..aaca186337 100644 --- a/doc/src/qtquick1/network.qdoc +++ b/doc/src/qtquick1/network.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativenetwork.html +\inqmlmodule QtQuick 1 \ingroup qml-features \previouspage {Dynamic Object Management in QML}{Dynamic Object Management} \nextpage {QML Internationalization}{Internationalization} diff --git a/doc/src/qtquick1/particles.qdoc b/doc/src/qtquick1/particles.qdoc index 9f1da69eb8..502d8322b8 100644 --- a/doc/src/qtquick1/particles.qdoc +++ b/doc/src/qtquick1/particles.qdoc @@ -39,6 +39,7 @@ /*! \page qml-particlesystem.html +\inqmlmodule QtQuick 1 \title Using the Qt Quick Particle System \section1 The ParticleSystem diff --git a/doc/src/qtquick1/positioners.qdoc b/doc/src/qtquick1/positioners.qdoc index 546c55e030..8562096741 100644 --- a/doc/src/qtquick1/positioners.qdoc +++ b/doc/src/qtquick1/positioners.qdoc @@ -27,6 +27,7 @@ /*! \page qml-positioners.html +\inqmlmodule QtQuick 1 \ingroup qml-features \previouspage Property Binding \nextpage Anchor-based Layout in QML diff --git a/doc/src/qtquick1/propertybinding.qdoc b/doc/src/qtquick1/propertybinding.qdoc index c35ed2574a..d5299cf24a 100644 --- a/doc/src/qtquick1/propertybinding.qdoc +++ b/doc/src/qtquick1/propertybinding.qdoc @@ -27,6 +27,7 @@ /*! \page propertybinding.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML Basic Types}{Data Types} diff --git a/doc/src/qtquick1/qdeclarativedebugging.qdoc b/doc/src/qtquick1/qdeclarativedebugging.qdoc index 189d4449e5..4c9855ceb1 100644 --- a/doc/src/qtquick1/qdeclarativedebugging.qdoc +++ b/doc/src/qtquick1/qdeclarativedebugging.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedebugging.html +\inqmlmodule QtQuick 1 \title Debugging QML \section1 Logging diff --git a/doc/src/qtquick1/qdeclarativedocument.qdoc b/doc/src/qtquick1/qdeclarativedocument.qdoc index aa9692f45c..a1b86c1b1f 100644 --- a/doc/src/qtquick1/qdeclarativedocument.qdoc +++ b/doc/src/qtquick1/qdeclarativedocument.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedocuments.html +\inqmlmodule QtQuick 1 \title QML Documents \brief A description of QML documents and the kind of content they contain. diff --git a/doc/src/qtquick1/qdeclarativei18n.qdoc b/doc/src/qtquick1/qdeclarativei18n.qdoc index 5f86ff40ab..76892173ff 100644 --- a/doc/src/qtquick1/qdeclarativei18n.qdoc +++ b/doc/src/qtquick1/qdeclarativei18n.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativei18n.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {Network Transparency}{Loading Resources in QML} diff --git a/doc/src/qtquick1/qdeclarativeintro.qdoc b/doc/src/qtquick1/qdeclarativeintro.qdoc index 97739e232c..f5ee378134 100644 --- a/doc/src/qtquick1/qdeclarativeintro.qdoc +++ b/doc/src/qtquick1/qdeclarativeintro.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeintroduction.html +\inqmlmodule QtQuick 1 \title Introduction to the QML Language \tableofcontents diff --git a/doc/src/qtquick1/qdeclarativemodels.qdoc b/doc/src/qtquick1/qdeclarativemodels.qdoc index 2399a6e2ad..130db1a9ba 100644 --- a/doc/src/qtquick1/qdeclarativemodels.qdoc +++ b/doc/src/qtquick1/qdeclarativemodels.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativemodels.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML Animation and Transitions}{Animation and Transitions} @@ -425,6 +426,7 @@ updated, and that \e{value} holds the new value. /*! \page qml-presenting-data.html +\inqmlmodule QtQuick 1 \title Presenting Data with QML \section1 Introduction diff --git a/doc/src/qtquick1/qdeclarativeperformance.qdoc b/doc/src/qtquick1/qdeclarativeperformance.qdoc index ba2402c154..def34d6e3f 100644 --- a/doc/src/qtquick1/qdeclarativeperformance.qdoc +++ b/doc/src/qtquick1/qdeclarativeperformance.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeperformance.html +\inqmlmodule QtQuick 1 \title QML Performance - Qt Quick 1 \section1 Opaque Items diff --git a/doc/src/qtquick1/qdeclarativesecurity.qdoc b/doc/src/qtquick1/qdeclarativesecurity.qdoc index d70d840e8d..a694d462af 100644 --- a/doc/src/qtquick1/qdeclarativesecurity.qdoc +++ b/doc/src/qtquick1/qdeclarativesecurity.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativesecurity.html +\inqmlmodule QtQuick 1 \title QML Security \section1 QML Security diff --git a/doc/src/qtquick1/qdeclarativestates.qdoc b/doc/src/qtquick1/qdeclarativestates.qdoc index 9857894d2b..d72817560c 100644 --- a/doc/src/qtquick1/qdeclarativestates.qdoc +++ b/doc/src/qtquick1/qdeclarativestates.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativestates.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {Importing Reusable Components} diff --git a/doc/src/qtquick1/qmlevents.qdoc b/doc/src/qtquick1/qmlevents.qdoc index 36db3efe02..f745da0c69 100644 --- a/doc/src/qtquick1/qmlevents.qdoc +++ b/doc/src/qtquick1/qmlevents.qdoc @@ -27,6 +27,7 @@ /*! \page qmlevents.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {Keyboard Focus in QML}{Keyboard Focus} diff --git a/doc/src/qtquick1/qmlinuse.qdoc b/doc/src/qtquick1/qmlinuse.qdoc index 1f618900fe..9175984c69 100644 --- a/doc/src/qtquick1/qmlinuse.qdoc +++ b/doc/src/qtquick1/qmlinuse.qdoc @@ -27,6 +27,7 @@ /*! \page qmlinuse.html +\inqmlmodule QtQuick 1 \title Using QML elements \raw HTML diff --git a/doc/src/qtquick1/qmlreusablecomponents.qdoc b/doc/src/qtquick1/qmlreusablecomponents.qdoc index 9860dd4aa2..73411c9fa5 100644 --- a/doc/src/qtquick1/qmlreusablecomponents.qdoc +++ b/doc/src/qtquick1/qmlreusablecomponents.qdoc @@ -27,6 +27,7 @@ /*! \page qmlreusablecomponents.html +\inqmlmodule QtQuick 1 \ingroup qml-features \previouspage {QML Signal and Handler Event System}{Signal and Handler Event System} \nextpage {QML States}{States} diff --git a/doc/src/qtquick1/qmlruntime.qdoc b/doc/src/qtquick1/qmlruntime.qdoc index 5d932a7936..b79f6640ea 100644 --- a/doc/src/qtquick1/qmlruntime.qdoc +++ b/doc/src/qtquick1/qmlruntime.qdoc @@ -27,6 +27,7 @@ /*! \page qmlruntime.html +\inqmlmodule QtQuick 1 \title Qt Declarative UI Runtime QML documents are loaded and executed by the QML runtime. This includes the diff --git a/doc/src/qtquick1/qmlsyntax.qdoc b/doc/src/qtquick1/qmlsyntax.qdoc index 43be6af686..deb1193aa4 100644 --- a/doc/src/qtquick1/qmlsyntax.qdoc +++ b/doc/src/qtquick1/qmlsyntax.qdoc @@ -27,6 +27,7 @@ /*! \page qmlsyntax.html +\inqmlmodule QtQuick 1 \title QML Syntax \ingroup QML Reference \contentspage QML Reference diff --git a/doc/src/qtquick1/qmltest.qdoc b/doc/src/qtquick1/qmltest.qdoc index 102118d3c5..6893184d01 100644 --- a/doc/src/qtquick1/qmltest.qdoc +++ b/doc/src/qtquick1/qmltest.qdoc @@ -27,6 +27,7 @@ /*! \page qmltest.html +\inqmlmodule QtQuick 1 \title QtQuickTest Reference Documentation \keyword QtQuickTest Reference Documentation diff --git a/doc/src/qtquick1/qmltexthandling.qdoc b/doc/src/qtquick1/qmltexthandling.qdoc index 83b5022af2..d2f551d8a6 100644 --- a/doc/src/qtquick1/qmltexthandling.qdoc +++ b/doc/src/qtquick1/qmltexthandling.qdoc @@ -27,6 +27,7 @@ /*! \page texthandling.html +\inqmlmodule QtQuick 1 \title QML Text Handling and Validators \ingroup QML Features \previouspage {QML Mouse Events}{Mouse Events} diff --git a/doc/src/qtquick1/qmlviewer.qdoc b/doc/src/qtquick1/qmlviewer.qdoc index 85df063b70..9ee1fae399 100644 --- a/doc/src/qtquick1/qmlviewer.qdoc +++ b/doc/src/qtquick1/qmlviewer.qdoc @@ -28,6 +28,7 @@ /*! \page qmlviewer.html +\inqmlmodule QtQuick 1 \title QML Viewer \ingroup qttools diff --git a/doc/src/qtquick1/qmlviews.qdoc b/doc/src/qtquick1/qmlviews.qdoc index e28c4ec31a..0007fa82be 100644 --- a/doc/src/qtquick1/qmlviews.qdoc +++ b/doc/src/qtquick1/qmlviews.qdoc @@ -27,6 +27,7 @@ /*! \page qml-views.html +\inqmlmodule QtQuick 1 \ingroup qml-features \contentspage QML Features \previouspage {QML Data Models}{Structuring Data with Models} diff --git a/doc/src/qtquick1/qmlwebkit.qdoc b/doc/src/qtquick1/qmlwebkit.qdoc index 94d7f335d4..1347a8484d 100644 --- a/doc/src/qtquick1/qmlwebkit.qdoc +++ b/doc/src/qtquick1/qmlwebkit.qdoc @@ -27,6 +27,7 @@ /*! \page qmlwebkit.html +\inqmlmodule QtQuick 1 \title QtWebKit QML Module diff --git a/doc/src/qtquick1/qtbinding.qdoc b/doc/src/qtquick1/qtbinding.qdoc index 5c125b25d3..60db943c50 100644 --- a/doc/src/qtquick1/qtbinding.qdoc +++ b/doc/src/qtquick1/qtbinding.qdoc @@ -27,6 +27,7 @@ /*! \page qtbinding.html +\inqmlmodule QtQuick 1 \ingroup qml-features \previouspage {Extending QML Functionalities using C++} \nextpage {Integrating QML Code with Existing Qt UI Code} diff --git a/doc/src/qtquick1/qtprogrammers.qdoc b/doc/src/qtquick1/qtprogrammers.qdoc index ef011356b4..390c4c4c80 100644 --- a/doc/src/qtquick1/qtprogrammers.qdoc +++ b/doc/src/qtquick1/qtprogrammers.qdoc @@ -27,6 +27,7 @@ /*! \page qtprogrammers.html +\inqmlmodule QtQuick 1 \target qtprogrammers \title QML for Qt Programmers diff --git a/doc/src/qtquick1/qtquick-intro.qdoc b/doc/src/qtquick1/qtquick-intro.qdoc index bdad2c3047..7ec93db783 100644 --- a/doc/src/qtquick1/qtquick-intro.qdoc +++ b/doc/src/qtquick1/qtquick-intro.qdoc @@ -27,6 +27,7 @@ /*! \page qml-intro.html +\inqmlmodule QtQuick 1 \title Intro to Qt Quick Qt Quick is a collection of technologies that are designed to help developers diff --git a/doc/src/qtquick1/righttoleft.qdoc b/doc/src/qtquick1/righttoleft.qdoc index 4f62d2c73d..a9e82b288e 100644 --- a/doc/src/qtquick1/righttoleft.qdoc +++ b/doc/src/qtquick1/righttoleft.qdoc @@ -27,6 +27,7 @@ /*! \page qml-righttoleft.html +\inqmlmodule QtQuick 1 \title QML Right-to-left User Interfaces \section1 Overview diff --git a/doc/src/qtquick1/scope.qdoc b/doc/src/qtquick1/scope.qdoc index b601beff05..99011b720d 100644 --- a/doc/src/qtquick1/scope.qdoc +++ b/doc/src/qtquick1/scope.qdoc @@ -26,6 +26,7 @@ ****************************************************************************/ /*! \page qdeclarativescope.html +\inqmlmodule QtQuick 1 \title QML Scope \tableofcontents diff --git a/doc/src/qtquick1/tutorial.qdoc b/doc/src/qtquick1/tutorial.qdoc index 569b9fc834..9188cbc064 100644 --- a/doc/src/qtquick1/tutorial.qdoc +++ b/doc/src/qtquick1/tutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-tutorial.html +\inqmlmodule QtQuick 1 \title QML Tutorial \brief An introduction to the basic concepts and features of QML. \nextpage QML Tutorial 1 - Basic Types @@ -53,6 +54,7 @@ Tutorial chapters: /*! \page qml-tutorial1.html +\inqmlmodule QtQuick 1 \title QML Tutorial 1 - Basic Types \contentspage QML Tutorial \previouspage QML Tutorial @@ -111,6 +113,7 @@ bin/qmlviewer $QTDIR/examples/declarative/tutorials/helloworld/tutorial1.qml /*! \page qml-tutorial2.html +\inqmlmodule QtQuick 1 \title QML Tutorial 2 - QML Components \contentspage QML Tutorial \previouspage QML Tutorial 1 - Basic Types @@ -182,6 +185,7 @@ We can react to any signal of our component through a property of the name \e 'o /*! \page qml-tutorial3.html +\inqmlmodule QtQuick 1 \title QML Tutorial 3 - States and Transitions \contentspage QML Tutorial \previouspage QML Tutorial 2 - QML Component diff --git a/doc/src/qtquick1/whatsnew.qdoc b/doc/src/qtquick1/whatsnew.qdoc index 9cf31d5dcf..6325647fac 100644 --- a/doc/src/qtquick1/whatsnew.qdoc +++ b/doc/src/qtquick1/whatsnew.qdoc @@ -28,6 +28,7 @@ /*! \title What's New in Qt Quick 1 \page qtquick1-whatsnew.html +\inqmlmodule QtQuick 1 \section1 Qt 4.7.4 includes QtQuick 1.1 -- cgit v1.2.3