Fix various QtQuick.* submodule docs
authorBea Lam <bea.lam@nokia.com>
Tue, 3 Jul 2012 05:51:04 +0000 (15:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jul 2012 01:34:58 +0000 (03:34 +0200)
commit9df0c50fe588df64b65b968cd59f98d06024aad1
tree9447f52b9ab365bd9800cd73305bfd4f716ff8d6
parent3f43e7d58f49e55e97281792d32df1595b0e7464
Fix various QtQuick.* submodule docs

- Create module index pages for QtQuick.Window, QtQuick.XmlListModel and
QtQuick.LocalStorage.
- Fix references to module names in docs so that docs for properties
  and methods are actually generated e.g. use "QtQuick.Window2" instead
  of "QtQuick2.Window".

There's no easy way to document Module APIs at the moment so the
QtQuick.LocalStorage documentation has been updated in a hacky way to
generate the correct method documentation.

Change-Id: I7b34e4b4ac794acffc6d198b98e2115ccf0fa9a6
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/imports/localstorage/plugin.cpp
src/imports/xmllistmodel/qqmlxmllistmodel.cpp
src/quick/doc/src/concepts/effects/particles.qdoc
src/quick/doc/src/whatsnew.qdoc
src/quick/items/qquickcanvas.cpp
src/quick/items/qquickscreen.cpp