Doc: Fixing the Qt QML module page.
authorJerome Pasion <jerome.pasion@nokia.com>
Tue, 27 Mar 2012 13:20:42 +0000 (15:20 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 12 Apr 2012 06:30:49 +0000 (08:30 +0200)
Change-Id: I0efffbab650423a78de437459c9060594f895f37
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>

doc/src/qml/qtqml.qdoc [moved from doc/src/qml/qtdeclarative.qdoc with 98% similarity]
src/qml/qml/qqmllist.cpp

similarity index 98%
rename from doc/src/qml/qtdeclarative.qdoc
rename to doc/src/qml/qtqml.qdoc
index 5ad637a..7bd797e 100644 (file)
 
 /*!
   \module QtQml
-  \title Qt Qml Module
+  \title Qt QML Module
   \ingroup modules
 
-  \brief The Qt Qml module provides a declarative framework
+  \brief The Qt QML module provides a declarative framework
   for building highly dynamic, custom user interfaces.
 
   To include the definitions of the module's classes, use the
@@ -47,8 +47,8 @@
   QT += qml
   \endcode
 
-  For more information on the Qt Qml module (including the visual
-  elements which are implemented on top of the Qt Qml module) see the
+  For more information on the Qt QML module (including the visual
+  elements which are implemented on top of the Qt QML module) see the
   \l{Qt Quick} documentation.
 */
 
@@ -68,7 +68,7 @@
 
   Declares additional properties of the given \a Type as described by the
   specified \a Flags.
-  
+
   Current the only supported type info is \c QML_HAS_ATTACHED_PROPERTIES which
   declares that the \a Type supports \l {Attached Properties}.
 
   qmlRegisterType<MySliderItem>("com.mycompany.qmlcomponents", 1, 0, "Slider");
   \endcode
 
-  Once this is registered, the type can be used in QML by importing the 
+  Once this is registered, the type can be used in QML by importing the
   specified module name and version number:
 
   \qml
index ad28e38..c3537da 100644 (file)
@@ -88,7 +88,7 @@ void QQmlListReferencePrivate::release()
 /*!
 \class QQmlListReference
 \since 5.0
-\module QtQml
+\inmodule QtQml
 \brief The QQmlListReference class allows the manipulation of QQmlListProperty properties.
 
 QQmlListReference allows C++ programs to read from, and assign values to a QML list property in a