summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Palaraja <kpalaraja@luxoft.com>2019-02-28 13:44:20 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2019-03-04 15:57:54 +0000
commit9f07efec1cf09c629e7fc04417e6a5ccca2687bc (patch)
treeef916e4c5f1657e12a0556e0b7982434ab447fbc
parent33eb5da2e6b2b52eaaf1470bebb62234e0441a9c (diff)
[docs] Minor fixes
* Fixed a broken link * Fixed an incorrect qdoc tag Task-number: AUTOSUITE-778 Change-Id: If40f814b3287671d6da1bb68687727920afd28fc Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--doc/index.qdoc2
-rw-r--r--doc/singlevsmultiprocess.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.qdoc b/doc/index.qdoc
index c8ce70b0..3985fd05 100644
--- a/doc/index.qdoc
+++ b/doc/index.qdoc
@@ -54,7 +54,7 @@ high-level overview of the package.
\li \l{The Application Installer}
\li \l{Logging and Debugging}
\li \l{Containers}
- \li \l{Single- vs. Multi-Process Mode}
+ \li \l{Single-Process vs. Multi-Process Mode}
\li \l{Migrating code from 5.11 to 5.12}
\endlist
diff --git a/doc/singlevsmultiprocess.qdoc b/doc/singlevsmultiprocess.qdoc
index 43844b81..04748c05 100644
--- a/doc/singlevsmultiprocess.qdoc
+++ b/doc/singlevsmultiprocess.qdoc
@@ -36,7 +36,7 @@ The application manager can run the System UI and QML applications in two differ
\list 1
\li Single-process mode: where the System UI and QML applications are all run in \b one, single
process, that belongs to the System UI. This mode is only supported by QML applications -
- applications that use the \qml or \qml-inprocess runtime.
+ applications that use the \c qml or \c qml-inprocess runtime.
\li Multi-process mode: where the System UI and QML applications all run in their own, dedicated
process.
\endlist