aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/modules/topic.qdoc
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-07-10 16:52:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-16 06:47:57 +0200
commitfc56909bbd7444ae6536bed0ddab21f64e0949e7 (patch)
tree8ec6c6b403d5d79c51a2688bfec6adbcb6c53707 /src/qml/doc/src/modules/topic.qdoc
parent89cdaa901d227bed35f6c5405ce5d62f352a659c (diff)
Improve QtQml module documentation
General improvements, including: - fixing broken links - improving topic page content - fixing incorrect qdoc commands Change-Id: I50b6733b51cdabf9cecd96046f6e7f41260a9a4b Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src/qml/doc/src/modules/topic.qdoc')
-rw-r--r--src/qml/doc/src/modules/topic.qdoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qml/doc/src/modules/topic.qdoc b/src/qml/doc/src/modules/topic.qdoc
index 337d8b5acf..9a72d68a1f 100644
--- a/src/qml/doc/src/modules/topic.qdoc
+++ b/src/qml/doc/src/modules/topic.qdoc
@@ -47,7 +47,6 @@ into modules enables:
A module may contain QML, JavaScript and/or C++ files. To access the types and functionality within
a module, the module must be imported with an \l{Import Statements}{import} statement.
-
\section1 Located Modules
A located module is one that is imported by a quoted URL string that refers to the
@@ -83,7 +82,6 @@ necessary for exporting JavaScript files and object types defined in C++.
See \l{qtqml-modules-qmldir.html}{Adding Module Metadata with a qmldir File} for more information.
-
\section1 Providing Types And Functionality In A C++ Plugin
An application which has a lot of logic implemented in C++, or which defines