summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-configuring.qdocinc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-19 16:03:55 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-19 16:36:11 +0100
commitbb052608fbcec1ad580660754157fa6ecc3512fc (patch)
tree7368fa40ea148f8bc86bde8087619047369d14a8 /doc/includes/installerfw-examples-configuring.qdocinc
parent668e053c62d4a2dae5f38e454fac00df74eeeb03 (diff)
Doc: replace "sections" and "settings" with elements
As we are describing XML files. "Settings" is still used where appropriate. Also use the angle brackets around element names more consistently. Change-Id: I5c7179212c90d8f2cd55e28af98e7cd785603f4a Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'doc/includes/installerfw-examples-configuring.qdocinc')
-rw-r--r--doc/includes/installerfw-examples-configuring.qdocinc12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/includes/installerfw-examples-configuring.qdocinc b/doc/includes/installerfw-examples-configuring.qdocinc
index b75abab8d..9f4d6161c 100644
--- a/doc/includes/installerfw-examples-configuring.qdocinc
+++ b/doc/includes/installerfw-examples-configuring.qdocinc
@@ -4,17 +4,17 @@
specifies the text and default values used in the installer:
\list
- \li The \c <Name> section specifies the application name that is added
+ \li The \c <Name> element specifies the application name that is added
to the page name and introduction text.
- \li The \c <Version> section specifies the version number of the
+ \li The \c <Version> element specifies the version number of the
repository format, and must be set to \c 1.0.0.
- \li The \c <Title> section specifies the installer name displayed on the
+ \li The \c <Title> element specifies the installer name displayed on the
title bar.
- \li The \c <Publisher> section specifies the publisher of the software
+ \li The \c <Publisher> element specifies the publisher of the software
(as shown in the Windows Control Panel, for example).
- \li The \c <StartMenuDir> section specifies the name of the default
+ \li The \c <StartMenuDir> element specifies the name of the default
program group for the product in the Windows \gui Start menu.
- \li The \c <TargetDir> section specifies that the default target
+ \li The \c <TargetDir> element specifies that the default target
directory displayed to users is \c IfwExample in the home directory
of the current user (because the predefined variable\c @HomeDir@ is
used as a part of the value). For more information, see