Doc: Refactored and focused the Qt QML documentation.
authorJerome Pasion <jerome.pasion@digia.com>
Wed, 17 Apr 2013 15:19:35 +0000 (17:19 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 23 Apr 2013 10:53:48 +0000 (12:53 +0200)
commit32c54e57098b6799f41a3654a670a68619922f9e
tree86cf70e109e4a19628547d96e7fb13f6f2c46991
parent28b6c39af1c3e919e83ddace18a5252c4423431b
Doc: Refactored and focused the Qt QML documentation.

Before it wasn't clear to what the module provided, especially
with the coupling of Qt QML and Qt Quick.

The doc is centered around these documentation:
-QML refernce: the language syntax and the application constructs
-JavaScript environment: the environment provided by the module
-Integration with C++: more about the engine and the C++ API
-QML Types and Classes reference (created by \qmlmodule and \module)

The distinction are made in the directory and the section titles in
the Qt QML landing page.

Change-Id: I033bfcbf8368b94ffa5ee4b1225bee74347f53eb
Reviewed-by: Martin Smith <martin.smith@digia.com>
23 files changed:
src/qml/doc/src/cppclasses/topic.qdoc
src/qml/doc/src/qmllanguageref/documents/definetypes.qdoc [moved from src/qml/doc/src/documents/definetypes.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/documents/networktransparency.qdoc [moved from src/qml/doc/src/documents/networktransparency.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/documents/scope.qdoc [moved from src/qml/doc/src/documents/scope.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/documents/structure.qdoc [moved from src/qml/doc/src/documents/structure.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/documents/topic.qdoc [moved from src/qml/doc/src/documents/topic.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc [moved from src/qml/doc/src/modules/cppplugins.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/modules/identifiedmodules.qdoc [moved from src/qml/doc/src/modules/identifiedmodules.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/modules/legacymodules.qdoc [moved from src/qml/doc/src/modules/legacymodules.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/modules/qmldir.qdoc [moved from src/qml/doc/src/modules/qmldir.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/modules/topic.qdoc [moved from src/qml/doc/src/modules/topic.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/qmlreference.qdoc [new file with mode: 0644]
src/qml/doc/src/qmllanguageref/syntax/basics.qdoc [moved from src/qml/doc/src/syntax/basics.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc [moved from src/qml/doc/src/syntax/directoryimports.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/syntax/imports.qdoc [moved from src/qml/doc/src/syntax/imports.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/syntax/objectattributes.qdoc [moved from src/qml/doc/src/syntax/objectattributes.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/syntax/propertybinding.qdoc [moved from src/qml/doc/src/syntax/propertybinding.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/syntax/signals.qdoc [moved from src/qml/doc/src/syntax/signals.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/typesystem/basictypes.qdoc [moved from src/qml/doc/src/typesystem/basictypes.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/typesystem/objecttypes.qdoc [moved from src/qml/doc/src/typesystem/objecttypes.qdoc with 100% similarity]
src/qml/doc/src/qmllanguageref/typesystem/topic.qdoc [moved from src/qml/doc/src/typesystem/topic.qdoc with 100% similarity]
src/qml/doc/src/qmltypereference.qdoc
src/qml/doc/src/qtqml.qdoc