summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-20 16:47:37 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-21 09:11:55 +0100
commit7b584f55c2fee55aabd852aa836d6d8295ee1b22 (patch)
tree023201f39e4879cd09de86182e8f34969cb8cde7 /examples
parent871662d356933bac679bc33a467e7dc63df00131 (diff)
Doc: replace "section" with "element" in example docs
Missed the example docs in the previous commit. Change-Id: Ia48ae1bad208498429c39be8ff8c472b8b4786aa Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/doc/quit_installer.qdoc4
-rw-r--r--examples/doc/registerfileextension.qdoc6
-rw-r--r--examples/doc/startmenu.qdoc4
3 files changed, 7 insertions, 7 deletions
diff --git a/examples/doc/quit_installer.qdoc b/examples/doc/quit_installer.qdoc
index fad964b4c..c73dddd48 100644
--- a/examples/doc/quit_installer.qdoc
+++ b/examples/doc/quit_installer.qdoc
@@ -45,9 +45,9 @@
\include installerfw-examples-packaging.qdocinc
\list
- \li The \c <Default> section is set to \c true to preselect the
+ \li The \c <Default> element is set to \c true to preselect the
component in the installer.
- \li The \c <Script> section specifies the file name of the JavaScript
+ \li The \c <Script> element specifies the file name of the JavaScript
file that is loaded to perform operations.
\endlist
diff --git a/examples/doc/registerfileextension.qdoc b/examples/doc/registerfileextension.qdoc
index 2113f3e6e..4c1cc5769 100644
--- a/examples/doc/registerfileextension.qdoc
+++ b/examples/doc/registerfileextension.qdoc
@@ -46,11 +46,11 @@
\include installerfw-examples-packaging.qdocinc
\list
- \li The \c <Default> section is set to \c true to preselect the
+ \li The \c <Default> element is set to \c true to preselect the
component in the installer.
- \li The \c <Script> section specifies the file name of the JavaScript
+ \li The \c <Script> element specifies the file name of the JavaScript
file that is loaded to perform operations.
- \li The \c <UserInterfaces> section specifies the file names of the
+ \li The \c <UserInterfaces> element specifies the file names of the
installer pages (.ui files) to use.
\endlist
diff --git a/examples/doc/startmenu.qdoc b/examples/doc/startmenu.qdoc
index 29973237c..33ed6d31f 100644
--- a/examples/doc/startmenu.qdoc
+++ b/examples/doc/startmenu.qdoc
@@ -44,9 +44,9 @@
\include installerfw-examples-packaging.qdocinc
\list
- \li The \c <Default> section is set to \c true to preselect the
+ \li The \c <Default> element is set to \c true to preselect the
component in the installer.
- \li The \c <Script> section specifies the file name of the JavaScript
+ \li The \c <Script> element specifies the file name of the JavaScript
file that is loaded to perform operations.
\endlist