summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@pelagicore.com>2019-05-13 16:47:18 +0200
committerBernd Weimer <bernd.weimer@pelagicore.com>2019-05-21 09:48:27 +0200
commit7d861e1dc723e55f019804ac4b15d7287bd54780 (patch)
treee7ce92f844a6f2a8c58d65ae8ef8dae707d66088 /doc
parent8bc64e234c7a7cfef5b14d98a9859c0d33846a24 (diff)
downloadqtapplicationmanager-7d861e1dc723e55f019804ac4b15d7287bd54780.tar.gz
Fix and enhance documentation
Change-Id: I571bacc6da00fcb53d45b27dac04cac0d19d34c0 Reviewed-by: Kavindra Palaraja <kpalaraja@luxoft.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/elements-systemui.qdoc6
-rw-r--r--doc/installation.qdoc5
2 files changed, 7 insertions, 4 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 704aab0b..df5df122 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -45,19 +45,19 @@ direct access to data that would otherwise only be available (partially) through
item models.
\section1 QML Singletons
-\annotatedlist System UI-singletons
+\annotatedlist system-ui-singletons
\section1 Instantiable QML Types
These types are only available for the System UI:
-\annotatedlist System UI
+\annotatedlist system-ui
\section1 Non-Instantiable QML Types
All these types are only available from within the System UI and cannot be instantiated from its
QML code.
-\annotatedlist System UI-non-instantiable
+\annotatedlist system-ui-non-instantiable
*/
diff --git a/doc/installation.qdoc b/doc/installation.qdoc
index ff8b87f5..c7b59c14 100644
--- a/doc/installation.qdoc
+++ b/doc/installation.qdoc
@@ -120,7 +120,10 @@ There are various options that can be given to \c qmake to tailor the build to s
available.
\row
\li \c{-config enable-tests}
- \li Enable a build of all unit-tests.
+ \li Include unit-tests in the build.
+\row
+ \li \c{-config enable-examples}
+ \li Include examples in the build.
\row
\li \c{-config disable-installer}
\target config disable installer