summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-21 15:31:48 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-21 15:46:07 +0100
commit2bc2b35f679f434794c5ad982c8713d61335bfb5 (patch)
tree76d70fabfdc5f8c9c1b4139273a84e79474627e9
parent9a6f2eb4aaff9772ea2238e3f72f8db7dc460fc3 (diff)
Doc: fix broken links
To get rid of some QDoc error messages. Also remove the \c command to enable automatic linking to scripting API and C++ classes. Change-Id: I317301bd0097059faf6e7696707fc1f0e3ed0beb Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-rw-r--r--doc/scripting.qdoc26
1 files changed, 12 insertions, 14 deletions
diff --git a/doc/scripting.qdoc b/doc/scripting.qdoc
index e8bce396d..e0d6cebd6 100644
--- a/doc/scripting.qdoc
+++ b/doc/scripting.qdoc
@@ -57,8 +57,8 @@
}
\endcode
- For more information, see the documentation for \l QInstaller::addWizardPage and
- \l Component::userInterface.
+ For more information, see the documentation for \l installer::addWizardPage() and
+ \l component::userInterface().
\section1 Installer Hooks
@@ -73,13 +73,13 @@
\li Called when the language of the installer changes.
\row
\li \c{Component.prototype.createOperations}
- \li See \l Component::createOperations.
+ \li See \l component::createOperations().
\row
\li \c{Component.prototype.createOperationsForArchive}
- \li See \l Component::createOperationsForArchive.
+ \li See \l component::createOperationsForArchive().
\row
\li \c{Component.prototype.createOperationsForPath}
- \li See \l Component::createOperationsForPath.
+ \li See \l component::createOperationsForPath().
\endtable
\section1 Global Variables
@@ -117,23 +117,21 @@
You might want to add custom operations after extracting the content, when
copying files or patching file content, for example. You can create and add
- update operations to the installation from within
- a script using \c QInstaller::Component::addOperation.
- If you need to run an operation that requires administrative rights, use
- \c QInstaller::Component::addElevatedOperation instead.
+ update operations to the installation from within a script using
+ component::addOperation(). If you need to run an operation that requires
+ administrative rights, use component::addElevatedOperation() instead.
Each operation has a unique key used for identification and can take up to
five parameters. In the parameter values, you can use variables as set in
- \c QInstaller::Installer::setValue. For more information, see
- \l{Predefined Variables}.
+ installer::setValue(). For more information, see \l{Predefined Variables}.
For a summary of all available operations, see \l{Operations}.
\section1 Registering Custom Operations
You can register custom installation operations in the installer by deriving
- \c KDUpdater::UpdateOperation. The following code displays the methods that
- you must implement:
+ the KDUpdater::UpdateOperation class. The following code displays the
+ methods that you must implement:
\code
#include <KDUpdater/UpdateOperation>
@@ -286,7 +284,7 @@
Only available on Windows.
\endtable
- The variables can be resolved by calls to \c installer.value(). If embedded
+ The variables can be resolved by calls to installer::value(). If embedded
in '@' they can also be part of strings passed as arguments to installation
operations: