summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 10:21:25 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 11:08:48 +0100
commit4df30e84e9f71633cf67f2142b1ef2e02081adef (patch)
tree2f44b9b17525234f95169a0fcee2b40bbd4d504d /doc
parent5a1b61d27e7dcfc7b82d6db483f5afcac585318c (diff)
Doc: rename "Scripting" topic "Scripting API"
To make it clearer what kind of information all the different scripting topics contain. Add a short description of the scripting API. Change-Id: Ie51714265356acaf92880bfddef85dedf8e1ad44 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installerfw-cpp-classes.qdoc2
-rw-r--r--doc/installerfw-reference.qdoc2
-rw-r--r--doc/installerfw.qdoc4
-rw-r--r--doc/scripting-qmlmodule.qdoc7
4 files changed, 10 insertions, 5 deletions
diff --git a/doc/installerfw-cpp-classes.qdoc b/doc/installerfw-cpp-classes.qdoc
index 29f1bfc44..d9082052f 100644
--- a/doc/installerfw-cpp-classes.qdoc
+++ b/doc/installerfw-cpp-classes.qdoc
@@ -27,7 +27,7 @@
/*!
\contentspage {index.html}{Qt Installer Framework}
- \previouspage Scripting
+ \previouspage Scripting API
\page ifw-cpp-classes.html
\nextpage ifw-knownissues.html
diff --git a/doc/installerfw-reference.qdoc b/doc/installerfw-reference.qdoc
index 91341fc81..d768083c6 100644
--- a/doc/installerfw-reference.qdoc
+++ b/doc/installerfw-reference.qdoc
@@ -43,7 +43,7 @@
\li \l{Component Scripting}
\li \l{Operations}
\li \l{Tools}
- \li \l{Scripting}
+ \li \l{Scripting API}
\li \l{C++ Classes}
\endlist
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 895f1f2d6..5c8dd1b27 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -75,7 +75,7 @@
\li \l{Component Scripting}
\li \l{Operations}
\li \l{Tools}
- \li \l{Scripting}
+ \li \l{Scripting API}
\li \l{C++ Classes}
\endlist
\li \l{Known Issues}
@@ -592,7 +592,7 @@
\contentspage index.html
\previouspage operations.html
\page ifw-tools.html
- \nextpage Scripting
+ \nextpage Scripting API
\title Tools
diff --git a/doc/scripting-qmlmodule.qdoc b/doc/scripting-qmlmodule.qdoc
index f785d28d2..2134f1e4b 100644
--- a/doc/scripting-qmlmodule.qdoc
+++ b/doc/scripting-qmlmodule.qdoc
@@ -30,6 +30,11 @@
\previouspage ifw-tools.html
\nextpage ifw-cpp-classes.html
- \title Scripting
+ \title Scripting API
\qmlmodule scripting
+
+ \brief Scripting API reference.
+
+ The following table summarizes the global JavaScript objects that you can
+ use in controller and component scripts.
*/