summaryrefslogtreecommitdiffstats
path: root/doc/includes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/includes')
-rw-r--r--doc/includes/installerfw-examples-configuring.qdocinc13
-rw-r--r--doc/includes/installerfw-examples-packaging.qdocinc8
2 files changed, 10 insertions, 11 deletions
diff --git a/doc/includes/installerfw-examples-configuring.qdocinc b/doc/includes/installerfw-examples-configuring.qdocinc
index b75abab8d..3a29af3dc 100644
--- a/doc/includes/installerfw-examples-configuring.qdocinc
+++ b/doc/includes/installerfw-examples-configuring.qdocinc
@@ -4,17 +4,16 @@
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
- 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 <Version> element specifies the application version number.
+ \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
diff --git a/doc/includes/installerfw-examples-packaging.qdocinc b/doc/includes/installerfw-examples-packaging.qdocinc
index d3a873f2c..f8111629a 100644
--- a/doc/includes/installerfw-examples-packaging.qdocinc
+++ b/doc/includes/installerfw-examples-packaging.qdocinc
@@ -4,12 +4,12 @@
directory specifies the components that are available for installation:
\list
- \li The \c <DisplayName> section specifies the human-readable name of
+ \li The \c <DisplayName> element specifies the human-readable name of
the component.
- \li The \c <Description> section specifies the human-readable
+ \li The \c <Description> element specifies the human-readable
description of the component.
- \li The \c <Version> section specifies the version number of the
+ \li The \c <Version> element specifies the version number of the
component.
- \li The \c <ReleaseDate> section specifies the date when this component
+ \li The \c <ReleaseDate> element specifies the date when this component
version was released.
\endlist