aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/cli/cli-options.qdocinc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-29 17:49:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-11-30 10:41:29 +0000
commit423c8c4986c2aa62a8b49ba9289ea75be4b1bc27 (patch)
treeefafbde44ad9561aa766b95d3cb9be40c67efa79 /doc/reference/cli/cli-options.qdocinc
parent8022fd9a5c43daf16f5409a9a6b14f4ac762763b (diff)
Doc: Use QDoc QML commands to document Qbs language items
Task-number: QBS-1245 Change-Id: I470a629312b1c65ea9e51c603607c486115a304c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/cli/cli-options.qdocinc')
-rw-r--r--doc/reference/cli/cli-options.qdocinc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc
index 73cab922c..e52b422dc 100644
--- a/doc/reference/cli/cli-options.qdocinc
+++ b/doc/reference/cli/cli-options.qdocinc
@@ -31,7 +31,7 @@
\section2 \c --all-products
- Processes all \l{Product Item}{products}, even if their \c builtByDefault
+ Processes all \l{Product}{products}, even if their \c builtByDefault
property is \c false.
//! [all-products]
@@ -82,10 +82,10 @@
\section2 \c --check-outputs
- Forces transformer output \l{Artifact Item}{artifact} checks.
+ Forces transformer output \l{Artifact}{artifact} checks.
- Verifies that the output artifacts declared by \l{Rule Item}{rules} in the
- \l{Project Item}{project} are actually created.
+ Verifies that the output artifacts declared by \l{Rule}{rules} in the
+ \l{Project}{project} are actually created.
//! [check-outputs]
@@ -185,7 +185,7 @@
\section2 \c --force-probe-execution
- Forces re-execution of all \l{Probe Item}{Probe items}' configure scripts,
+ Forces re-execution of all \l{Probe} items' configure scripts,
rather than using the cached data.
//! [force-probe-execution]
@@ -278,7 +278,7 @@
Possible values are:
\list
- \li \c defaultProfile is the default \l{Profile Item}{profile} to use
+ \li \c defaultProfile is the default \l{Profile}{profile} to use
if a profile is not specified
\li \c preferences accepts build preferences as second-level keys
\li \c profiles accepts profile names as second-level keys
@@ -357,7 +357,7 @@
\section2 \c {--products|-p <name>[,<name>...]}
- Takes only the \l{Product Item}{products} specified by \c <name> and their
+ Takes only the \l{Product}{products} specified by \c <name> and their
dependencies into account.
//! [products-specified]
@@ -382,7 +382,7 @@
\section2 \c {--settings-dir <directory>}
- Reads all settings (such as \l{Profile Item}{profile} information) from the
+ Reads all settings (such as \l{Profile}{profile} information) from the
specified \c <directory>. If the directory does not exist, it will be
created.
@@ -400,8 +400,8 @@
\section2 \c --setup-run-env-config
- A comma-separated list of strings. They will show up in the \c config parameter
- of all \c setupRunEnvironment scripts. See the \l{Module Item}{Module item} for details.
+ A comma-separated list of strings. They will show up in the \c config
+ parameter of all \l{Module::}{setupRunEnvironment} scripts.
//! [setup-run-env-config]