Improve QML basic types documentation
authorChris Adams <christopher.adams@nokia.com>
Thu, 26 Jul 2012 05:45:45 +0000 (15:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 30 Jul 2012 07:15:37 +0000 (09:15 +0200)
commite7b90ea3107996fb4a1b410631e0650d2d704912
tree9a103f8aca8f1ed392aa197fb93be4450df071bd
parent1b3d4a94fdd578786529f51b4d25b560696fb610
Improve QML basic types documentation

Basic types are provided either by the language (int, string, bool,
real, double, date, url, var, variant) or by modules (value types).
In 5.1 we would like modules to be able to provide more basic types,
and thus a cleaner separation of the documentation makes sense.

This patch also improves linking of the term QtQml so that a clear
distinction is made between the QtQml QML module and the QtQml C++
Qt Module (the QtQml QML module links now point to the QtQml type
reference page).

Change-Id: Ibe3ad33e4616c5f29ea38dadc27e13938aedb9d7
Reviewed-by: Bea Lam <bea.lam@nokia.com>
src/qml/doc/src/javascript/dynamicobjectcreation.qdoc
src/qml/doc/src/qmltypereference.qdoc
src/qml/doc/src/qtqml.qdoc
src/qml/doc/src/typesystem/basictypes.qdoc
src/qml/qml/v8/qqmlbuiltinfunctions.cpp
src/quick/doc/src/qmltypereference.qdoc
src/quick/doc/src/qtquick.qdoc