diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp index 86d14a843de6343f3ccfc749894486f798134984..dbb026efc6b449111a6f9a6cb46cc45047866cb7 100644 --- a/src/imports/localstorage/plugin.cpp +++ b/src/imports/localstorage/plugin.cpp @@ -453,8 +453,10 @@ through the data. /*! \qmlmodule QtQuick.LocalStorage 2 - \title QML Module QtQuick.LocalStorage 2.0 - \brief Provides a JavaScript object singleton type for accessing a local SQLite database + \title Qt Quick Local Storage QML Types + \ingroup qmlmodules + \brief Provides a JavaScript object singleton type for accessing a local + SQLite database This is a singleton type for reading and writing to SQLite databases. diff --git a/src/imports/window/plugin.cpp b/src/imports/window/plugin.cpp index 647d14e733a8d7afae9e3e8d88cf327cb769a455..35004353f79193a5bb84cd03b3d3172a8a328538 100644 --- a/src/imports/window/plugin.cpp +++ b/src/imports/window/plugin.cpp @@ -47,8 +47,9 @@ QT_BEGIN_NAMESPACE /*! \qmlmodule QtQuick.Window 2 - \title QML Module QtQuick.Window 2.0 - \brief Contains types for window management + \title Qt Quick Window QML Types + \ingroup qmlmodules + \brief Provides QML types for window management This QML module contains types for creating top-level windows and accessing screen information. diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp index dc7cc13ad6ddcece9a911f6fbea990b4609b78bf..a7a2e22d134ca72f4aeccfa41762fb800fc8bfd2 100644 --- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp +++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp @@ -70,8 +70,9 @@ typedef QPair<int, int> QQuickXmlListRange; /*! \qmlmodule QtQuick.XmlListModel 2 - \title QML Module QtQuick.XmlListModel 2.0 - \brief Contains types for creating models from XML data + \title Qt Quick XmlListModel QML Types + \ingroup qmlmodules + \brief Provides QML types for creating models from XML data This QML module contains types for creating models from XML data. diff --git a/src/quick/doc/src/concepts/effects/particles.qdoc b/src/quick/doc/src/concepts/effects/particles.qdoc index 3ec392c81832b21aa8100a6836ec5ed0a94e0c58..0263996a8ab8088d38b4cc87e648c3644e068d6f 100644 --- a/src/quick/doc/src/concepts/effects/particles.qdoc +++ b/src/quick/doc/src/concepts/effects/particles.qdoc @@ -26,10 +26,10 @@ ****************************************************************************/ /*! - \qmlmodule QtQuick.Particles 2 - \title QML Module QtQuick.Particles 2.0 - - \brief Contains types for particle effects + \qmlmodule QtQuick.Particles 2 + \title Qt Quick Particles QML Types + \ingroup qmlmodules + \brief Provides QML types for particle effects This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line: \code