From: Alan Alpert Date: Wed, 16 Nov 2011 07:19:47 +0000 (+1000) Subject: Add \inqmlmodule tags to the generic QtQuick module docs X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=94007211cfea4a46e5ad7b263a576e1a3095987e;p=konrad%2Fqtdeclarative.git Add \inqmlmodule tags to the generic QtQuick module docs Change-Id: If40907e44a0e54f8a9caaea2103eb3e5c9e541d3 Reviewed-by: Martin Smith --- diff --git a/doc/src/declarative/advtutorial.qdoc b/doc/src/declarative/advtutorial.qdoc index f6b6c71..47de61e 100644 --- a/doc/src/declarative/advtutorial.qdoc +++ b/doc/src/declarative/advtutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-advtutorial.html +\inqmlmodule QtQuick 2 \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 2 \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 2 \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 2 \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 2 \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/declarative/anchor-layout.qdoc b/doc/src/declarative/anchor-layout.qdoc index 0273b8e..172182d 100644 --- a/doc/src/declarative/anchor-layout.qdoc +++ b/doc/src/declarative/anchor-layout.qdoc @@ -27,6 +27,7 @@ /*! \page qml-anchor-layout.html +\inqmlmodule QtQuick 2 \target anchor-layout \contentspage QML Features \previouspage {Using QML Positioner and Repeater Items}{Component Layouts} diff --git a/doc/src/declarative/animation.qdoc b/doc/src/declarative/animation.qdoc index 16fa2d9..838c918 100644 --- a/doc/src/declarative/animation.qdoc +++ b/doc/src/declarative/animation.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeanimation.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML States}{States} diff --git a/doc/src/declarative/basicelements.qdoc b/doc/src/declarative/basicelements.qdoc index 0b43140..fdedc9e 100644 --- a/doc/src/declarative/basicelements.qdoc +++ b/doc/src/declarative/basicelements.qdoc @@ -27,6 +27,7 @@ /*! \page qmlbasicelements.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage QML Features diff --git a/doc/src/declarative/basictypes.qdoc b/doc/src/declarative/basictypes.qdoc index 5e4ce9a..d59e599 100644 --- a/doc/src/declarative/basictypes.qdoc +++ b/doc/src/declarative/basictypes.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativebasictypes.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML Basic Elements} diff --git a/doc/src/declarative/behaviors-and-states.qdoc b/doc/src/declarative/behaviors-and-states.qdoc index 11f3480..1aacd1d 100644 --- a/doc/src/declarative/behaviors-and-states.qdoc +++ b/doc/src/declarative/behaviors-and-states.qdoc @@ -27,6 +27,7 @@ /*! \page qml-behaviors-and-states.html +\inqmlmodule QtQuick 2 \title Using QML Behaviors with States \section1 Using Behaviors with States diff --git a/doc/src/declarative/codingconventions.qdoc b/doc/src/declarative/codingconventions.qdoc index f65e53c..a8bcc18 100644 --- a/doc/src/declarative/codingconventions.qdoc +++ b/doc/src/declarative/codingconventions.qdoc @@ -27,6 +27,7 @@ /*! \page qml-coding-conventions.html +\inqmlmodule QtQuick 2 \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/declarative/declarativeui.qdoc b/doc/src/declarative/declarativeui.qdoc index d79f474..0547179 100644 --- a/doc/src/declarative/declarativeui.qdoc +++ b/doc/src/declarative/declarativeui.qdoc @@ -28,6 +28,7 @@ /*! \title Qt Quick \page qtquick.html +\inqmlmodule QtQuick 2 \ingroup qt-gui-concepts \brief Qt Quick provides a declarative framework for building highly diff --git a/doc/src/declarative/dynamicobjects.qdoc b/doc/src/declarative/dynamicobjects.qdoc index 0c89996..0cde888 100644 --- a/doc/src/declarative/dynamicobjects.qdoc +++ b/doc/src/declarative/dynamicobjects.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedynamicobjects.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage {QML Features} \previouspage {Integrating QML Code with Existing Qt UI Code} diff --git a/doc/src/declarative/elements.qdoc b/doc/src/declarative/elements.qdoc index 1eea767..31c0217 100644 --- a/doc/src/declarative/elements.qdoc +++ b/doc/src/declarative/elements.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeelements.html +\inqmlmodule QtQuick 2 \target elements \title QML Elements \brief A listing of standard QML elements. diff --git a/doc/src/declarative/example-slideswitch.qdoc b/doc/src/declarative/example-slideswitch.qdoc index 482dff0..03136a5 100644 --- a/doc/src/declarative/example-slideswitch.qdoc +++ b/doc/src/declarative/example-slideswitch.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeexampletoggleswitch.html +\inqmlmodule QtQuick 2 \title QML Example - Toggle Switch This example shows how to create a reusable switch component in QML. diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc index a322491..9f67b72 100644 --- a/doc/src/declarative/examples.qdoc +++ b/doc/src/declarative/examples.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeexamples.html +\inqmlmodule QtQuick 2 \title QML Examples \brief Building UIs with QML \ingroup all-examples diff --git a/doc/src/declarative/extending-tutorial.qdoc b/doc/src/declarative/extending-tutorial.qdoc index e9a3682..4a2d5a7 100644 --- a/doc/src/declarative/extending-tutorial.qdoc +++ b/doc/src/declarative/extending-tutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-extending-tutorial-index.html +\inqmlmodule QtQuick 2 \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 2 \title Chapter 7: In Summary In this tutorial, we've shown the basic steps for creating a QML extension: diff --git a/doc/src/declarative/extending.qdoc b/doc/src/declarative/extending.qdoc index d26549a..e29223d 100644 --- a/doc/src/declarative/extending.qdoc +++ b/doc/src/declarative/extending.qdoc @@ -27,6 +27,7 @@ /*! \page qml-extending.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {Presenting Data with Views} diff --git a/doc/src/declarative/focus.qdoc b/doc/src/declarative/focus.qdoc index 54d4f81..edd04ff 100644 --- a/doc/src/declarative/focus.qdoc +++ b/doc/src/declarative/focus.qdoc @@ -28,6 +28,7 @@ /*! \target qmlfocus \page qdeclarativefocus.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML Text Handling and Validators}{Text Handling and Validators} diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc index ced797b..dcd7316 100644 --- a/doc/src/declarative/globalobject.qdoc +++ b/doc/src/declarative/globalobject.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeglobalobject.html +\inqmlmodule QtQuick 2 \title QML Global Object Contains all the properties of the JavaScript global object, plus: diff --git a/doc/src/declarative/integrating.qdoc b/doc/src/declarative/integrating.qdoc index afca37d..aa9a6d8 100644 --- a/doc/src/declarative/integrating.qdoc +++ b/doc/src/declarative/integrating.qdoc @@ -27,6 +27,7 @@ /*! \page qml-integration.html +\inqmlmodule QtQuick 2 \ingroup qml-features \previouspage {Using QML Bindings in C++ Applications} \nextpage {Dynamic Object Management in QML}{Dynamic Object Management} diff --git a/doc/src/declarative/javascriptblocks.qdoc b/doc/src/declarative/javascriptblocks.qdoc index ba2bda3..a9e383c 100644 --- a/doc/src/declarative/javascriptblocks.qdoc +++ b/doc/src/declarative/javascriptblocks.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativejavascript.html +\inqmlmodule QtQuick 2 \title Integrating JavaScript QML encourages building UIs declaratively, using \l {Property Binding} and the diff --git a/doc/src/declarative/modules.qdoc b/doc/src/declarative/modules.qdoc index d37dc9d..ca633c3 100644 --- a/doc/src/declarative/modules.qdoc +++ b/doc/src/declarative/modules.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativemodules.html +\inqmlmodule QtQuick 2 \title Modules \section1 QML Modules diff --git a/doc/src/declarative/mouseevents.qdoc b/doc/src/declarative/mouseevents.qdoc index cb724e5..a8867c4 100644 --- a/doc/src/declarative/mouseevents.qdoc +++ b/doc/src/declarative/mouseevents.qdoc @@ -27,6 +27,7 @@ /*! \page mouseevents.html +\inqmlmodule QtQuick 2 \title QML Mouse Events \ingroup QML Features \previouspage {Anchor-based Layout in QML}{Layouts using Anchors} diff --git a/doc/src/declarative/network.qdoc b/doc/src/declarative/network.qdoc index 3375ead..b033517 100644 --- a/doc/src/declarative/network.qdoc +++ b/doc/src/declarative/network.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativenetwork.html +\inqmlmodule QtQuick 2 \ingroup qml-features \previouspage {Dynamic Object Management in QML}{Dynamic Object Management} \nextpage {QML Internationalization}{Internationalization} diff --git a/doc/src/declarative/particles.qdoc b/doc/src/declarative/particles.qdoc index 31adc91..d6d606f 100644 --- a/doc/src/declarative/particles.qdoc +++ b/doc/src/declarative/particles.qdoc @@ -41,6 +41,7 @@ /*! \page qml-particlesystem.html +\inqmlmodule QtQuick 2 \title Using the Qt Quick Particle System \section1 The ParticleSystem @@ -121,6 +122,7 @@ /*! \page qml-particlesystem-performance.html +\inqmlmodule QtQuick 2 \title Qt Quick Particle System Performance Guide The performance of the particle system scales with the number of particles it is maintaining. After prototyping the desired diff --git a/doc/src/declarative/positioners.qdoc b/doc/src/declarative/positioners.qdoc index 546c55e..69c99f9 100644 --- a/doc/src/declarative/positioners.qdoc +++ b/doc/src/declarative/positioners.qdoc @@ -27,6 +27,7 @@ /*! \page qml-positioners.html +\inqmlmodule QtQuick 2 \ingroup qml-features \previouspage Property Binding \nextpage Anchor-based Layout in QML diff --git a/doc/src/declarative/propertybinding.qdoc b/doc/src/declarative/propertybinding.qdoc index 133b830..e718056 100644 --- a/doc/src/declarative/propertybinding.qdoc +++ b/doc/src/declarative/propertybinding.qdoc @@ -27,6 +27,7 @@ /*! \page propertybinding.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML Basic Types}{Data Types} diff --git a/doc/src/declarative/qdeclarativedebugging.qdoc b/doc/src/declarative/qdeclarativedebugging.qdoc index a34c2fa..ef45c5d 100644 --- a/doc/src/declarative/qdeclarativedebugging.qdoc +++ b/doc/src/declarative/qdeclarativedebugging.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedebugging.html +\inqmlmodule QtQuick 2 \title Debugging QML \section1 Logging diff --git a/doc/src/declarative/qdeclarativedocument.qdoc b/doc/src/declarative/qdeclarativedocument.qdoc index 84ec796..a493ac2 100644 --- a/doc/src/declarative/qdeclarativedocument.qdoc +++ b/doc/src/declarative/qdeclarativedocument.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativedocuments.html +\inqmlmodule QtQuick 2 \title QML Documents \brief A description of QML documents and the kind of content they contain. diff --git a/doc/src/declarative/qdeclarativei18n.qdoc b/doc/src/declarative/qdeclarativei18n.qdoc index 5f86ff4..0042200 100644 --- a/doc/src/declarative/qdeclarativei18n.qdoc +++ b/doc/src/declarative/qdeclarativei18n.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativei18n.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {Network Transparency}{Loading Resources in QML} diff --git a/doc/src/declarative/qdeclarativeintro.qdoc b/doc/src/declarative/qdeclarativeintro.qdoc index 7df49e5..bcc8e56 100644 --- a/doc/src/declarative/qdeclarativeintro.qdoc +++ b/doc/src/declarative/qdeclarativeintro.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativeintroduction.html +\inqmlmodule QtQuick 2 \title Introduction to the QML Language \tableofcontents diff --git a/doc/src/declarative/qdeclarativemodels.qdoc b/doc/src/declarative/qdeclarativemodels.qdoc index 165b704..61604d2 100644 --- a/doc/src/declarative/qdeclarativemodels.qdoc +++ b/doc/src/declarative/qdeclarativemodels.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativemodels.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML Animation and Transitions}{Animation and Transitions} @@ -425,6 +426,7 @@ updated, and that \i{value} holds the new value. /*! \page qml-presenting-data.html +\inqmlmodule QtQuick 2 \title Presenting Data with QML \section1 Introduction diff --git a/doc/src/declarative/qdeclarativeperformance.qdoc b/doc/src/declarative/qdeclarativeperformance.qdoc index 737f19f..12b345a 100644 --- a/doc/src/declarative/qdeclarativeperformance.qdoc +++ b/doc/src/declarative/qdeclarativeperformance.qdoc @@ -27,6 +27,7 @@ /*! \page qtquick2-performance.html +\inqmlmodule QtQuick 2 \title QML Performance \section1 Opaque Items diff --git a/doc/src/declarative/qdeclarativesecurity.qdoc b/doc/src/declarative/qdeclarativesecurity.qdoc index 0e91b13..0dd50ac 100644 --- a/doc/src/declarative/qdeclarativesecurity.qdoc +++ b/doc/src/declarative/qdeclarativesecurity.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativesecurity.html +\inqmlmodule QtQuick 2 \title QML Security \section1 QML Security diff --git a/doc/src/declarative/qdeclarativestates.qdoc b/doc/src/declarative/qdeclarativestates.qdoc index 6b66d31..659d777 100644 --- a/doc/src/declarative/qdeclarativestates.qdoc +++ b/doc/src/declarative/qdeclarativestates.qdoc @@ -27,6 +27,7 @@ /*! \page qdeclarativestates.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {Importing Reusable Components} diff --git a/doc/src/declarative/qmlevents.qdoc b/doc/src/declarative/qmlevents.qdoc index ddc2812..ee9ec8e 100644 --- a/doc/src/declarative/qmlevents.qdoc +++ b/doc/src/declarative/qmlevents.qdoc @@ -27,6 +27,7 @@ /*! \page qmlevents.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {Keyboard Focus in QML}{Keyboard Focus} diff --git a/doc/src/declarative/qmlinuse.qdoc b/doc/src/declarative/qmlinuse.qdoc index 1f61890..6b8dda8 100644 --- a/doc/src/declarative/qmlinuse.qdoc +++ b/doc/src/declarative/qmlinuse.qdoc @@ -27,6 +27,7 @@ /*! \page qmlinuse.html +\inqmlmodule QtQuick 2 \title Using QML elements \raw HTML diff --git a/doc/src/declarative/qmlreusablecomponents.qdoc b/doc/src/declarative/qmlreusablecomponents.qdoc index 2c84a7c..d6cebdb 100644 --- a/doc/src/declarative/qmlreusablecomponents.qdoc +++ b/doc/src/declarative/qmlreusablecomponents.qdoc @@ -27,6 +27,7 @@ /*! \page qmlreusablecomponents.html +\inqmlmodule QtQuick 2 \ingroup qml-features \previouspage {QML Signal and Handler Event System}{Signal and Handler Event System} \nextpage {QML States}{States} diff --git a/doc/src/declarative/qmlruntime.qdoc b/doc/src/declarative/qmlruntime.qdoc index 5d932a7..83f0f84 100644 --- a/doc/src/declarative/qmlruntime.qdoc +++ b/doc/src/declarative/qmlruntime.qdoc @@ -27,6 +27,7 @@ /*! \page qmlruntime.html +\inqmlmodule QtQuick 2 \title Qt Declarative UI Runtime QML documents are loaded and executed by the QML runtime. This includes the diff --git a/doc/src/declarative/qmlsyntax.qdoc b/doc/src/declarative/qmlsyntax.qdoc index dfabc32..e3bc8b8 100644 --- a/doc/src/declarative/qmlsyntax.qdoc +++ b/doc/src/declarative/qmlsyntax.qdoc @@ -27,6 +27,7 @@ /*! \page qmlsyntax.html +\inqmlmodule QtQuick 2 \title QML Syntax \ingroup QML Reference \contentspage QML Reference diff --git a/doc/src/declarative/qmltest.qdoc b/doc/src/declarative/qmltest.qdoc index 102118d..726e297 100644 --- a/doc/src/declarative/qmltest.qdoc +++ b/doc/src/declarative/qmltest.qdoc @@ -27,6 +27,7 @@ /*! \page qmltest.html +\inqmlmodule QtQuick 2 \title QtQuickTest Reference Documentation \keyword QtQuickTest Reference Documentation diff --git a/doc/src/declarative/qmltexthandling.qdoc b/doc/src/declarative/qmltexthandling.qdoc index 83b5022..068043e 100644 --- a/doc/src/declarative/qmltexthandling.qdoc +++ b/doc/src/declarative/qmltexthandling.qdoc @@ -27,6 +27,7 @@ /*! \page texthandling.html +\inqmlmodule QtQuick 2 \title QML Text Handling and Validators \ingroup QML Features \previouspage {QML Mouse Events}{Mouse Events} diff --git a/doc/src/declarative/qmlviewer.qdoc b/doc/src/declarative/qmlviewer.qdoc index 8638e46..82e1039 100644 --- a/doc/src/declarative/qmlviewer.qdoc +++ b/doc/src/declarative/qmlviewer.qdoc @@ -28,6 +28,7 @@ /*! \page qmlviewer.html +\inqmlmodule QtQuick 2 \title QML Viewer \ingroup qttools diff --git a/doc/src/declarative/qmlviews.qdoc b/doc/src/declarative/qmlviews.qdoc index 13015e0..2feefea 100644 --- a/doc/src/declarative/qmlviews.qdoc +++ b/doc/src/declarative/qmlviews.qdoc @@ -27,6 +27,7 @@ /*! \page qml-views.html +\inqmlmodule QtQuick 2 \ingroup qml-features \contentspage QML Features \previouspage {QML Data Models}{Structuring Data with Models} diff --git a/doc/src/declarative/qmlwebkit.qdoc b/doc/src/declarative/qmlwebkit.qdoc index 94d7f33..3a7e804 100644 --- a/doc/src/declarative/qmlwebkit.qdoc +++ b/doc/src/declarative/qmlwebkit.qdoc @@ -27,6 +27,7 @@ /*! \page qmlwebkit.html +\inqmlmodule QtQuick 2 \title QtWebKit QML Module diff --git a/doc/src/declarative/qtbinding.qdoc b/doc/src/declarative/qtbinding.qdoc index fe14721..ab48783 100644 --- a/doc/src/declarative/qtbinding.qdoc +++ b/doc/src/declarative/qtbinding.qdoc @@ -27,6 +27,7 @@ /*! \page qtbinding.html +\inqmlmodule QtQuick 2 \ingroup qml-features \previouspage {Extending QML Functionalities using C++} \nextpage {Integrating QML Code with Existing Qt UI Code} diff --git a/doc/src/declarative/qtjavascript.qdoc b/doc/src/declarative/qtjavascript.qdoc index 7c053dd..592a0ad 100644 --- a/doc/src/declarative/qtjavascript.qdoc +++ b/doc/src/declarative/qtjavascript.qdoc @@ -34,6 +34,7 @@ /*! \page qtjavascript.html +\inqmlmodule QtQuick 2 \title Making Applications Scriptable \ingroup frameworks-technologies diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc index 168b1c5..6bd8da4 100644 --- a/doc/src/declarative/qtprogrammers.qdoc +++ b/doc/src/declarative/qtprogrammers.qdoc @@ -27,6 +27,7 @@ /*! \page qtprogrammers.html +\inqmlmodule QtQuick 2 \target qtprogrammers \title QML for Qt Programmers diff --git a/doc/src/declarative/qtquick-intro.qdoc b/doc/src/declarative/qtquick-intro.qdoc index 8083b8a..2dba9ba 100644 --- a/doc/src/declarative/qtquick-intro.qdoc +++ b/doc/src/declarative/qtquick-intro.qdoc @@ -27,6 +27,7 @@ /*! \page qml-intro.html +\inqmlmodule QtQuick 2 \title Introduction to Qt Quick Qt Quick is a collection of technologies that are designed to help developers diff --git a/doc/src/declarative/righttoleft.qdoc b/doc/src/declarative/righttoleft.qdoc index 4f62d2c..345c58d 100644 --- a/doc/src/declarative/righttoleft.qdoc +++ b/doc/src/declarative/righttoleft.qdoc @@ -27,6 +27,7 @@ /*! \page qml-righttoleft.html +\inqmlmodule QtQuick 2 \title QML Right-to-left User Interfaces \section1 Overview diff --git a/doc/src/declarative/scope.qdoc b/doc/src/declarative/scope.qdoc index b37af66..75983c5 100644 --- a/doc/src/declarative/scope.qdoc +++ b/doc/src/declarative/scope.qdoc @@ -26,6 +26,7 @@ ****************************************************************************/ /*! \page qdeclarativescope.html +\inqmlmodule QtQuick 2 \title QML Scope \tableofcontents diff --git a/doc/src/declarative/tutorial.qdoc b/doc/src/declarative/tutorial.qdoc index 23056f8..8e2dd4b 100644 --- a/doc/src/declarative/tutorial.qdoc +++ b/doc/src/declarative/tutorial.qdoc @@ -27,6 +27,7 @@ /*! \page qml-tutorial.html +\inqmlmodule QtQuick 2 \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 2 \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 2 \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 \i 'o /*! \page qml-tutorial3.html +\inqmlmodule QtQuick 2 \title QML Tutorial 3 - States and Transitions \contentspage QML Tutorial \previouspage QML Tutorial 2 - QML Component diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index 3a26b37..f723429 100644 --- a/doc/src/declarative/whatsnew.qdoc +++ b/doc/src/declarative/whatsnew.qdoc @@ -28,6 +28,7 @@ /*! \title What's New in Qt Quick 2 \page qtquick2-whatsnew.html +\inqmlmodule QtQuick 2 \section1 Qt 5.0.0 includes QtQuick 2.0 diff --git a/doc/src/qtquick1/advtutorial.qdoc b/doc/src/qtquick1/advtutorial.qdoc index b2f9dec..5bfc2c4 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 a84abf4..866be12 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 ef01d14..e083345 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 0b43140..a7d6a41 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 1c412db..cc6e7d1 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 11f3480..3ba3d41 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 8222ebc..4d4e0e3 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 6769fb0..41dedec 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 0c89996..3bda5ed 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 a861a66..4e3a637 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 a4d8cbe..9b58a3b 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 a322491..ee9ed2a 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 e9a3682..238be55 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 0f7becd..387d861 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 d75bd11..378a838 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 4b8b538..d8b018c 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 afca37d..53b838f 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 01d0d45..9b67a17 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 efca620..b2ed842 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 cb724e5..784f105 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 f04d198..aaca186 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 9f1da69..502d832 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 546c55e..8562096 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 c35ed25..d5299cf 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 189d444..4c9855c 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 aa9692f..a1b86c1 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 5f86ff4..7689217 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 97739e2..f5ee378 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 2399a6e..130db1a 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 ba2402c..def34d6 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 d70d840..a694d46 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 9857894..d728175 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 36db3ef..f745da0 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 1f61890..9175984 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 9860dd4..73411c9 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 5d932a7..b79f664 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 43be6af..deb1193 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 102118d..6893184 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 83b5022..d2f551d 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 85df063..9ee1fae 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 e28c4ec..0007fa8 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 94d7f33..1347a84 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 5c125b2..60db943 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 ef01135..390c4c4 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 bdad2c3..7ec93db 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 4f62d2c..a9e82b2 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 b601bef..99011b7 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 569b9fc..9188cbc 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 9cf31d5..6325647 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