summaryrefslogtreecommitdiffstats
path: root/doc/src/imports/qtsensors5.qdoc
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2012-02-17 18:35:32 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-20 09:00:06 +0100
commitaf7bddb5dd6c41c05d4182dd36b0cf4a1718ac54 (patch)
tree3f52c9fcf8a2d9e5525ccc4ed26352f512ba02a9 /doc/src/imports/qtsensors5.qdoc
parent436ac0b3890ac7ec0dd5cc9ca9f7a099d5e8a813 (diff)
Fix lots of small qdoc issues in Sensor docs
Change-Id: I26dd869ffac45155d834ac2046edc93dae926aef Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com>
Diffstat (limited to 'doc/src/imports/qtsensors5.qdoc')
-rw-r--r--doc/src/imports/qtsensors5.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/imports/qtsensors5.qdoc b/doc/src/imports/qtsensors5.qdoc
index 6f1a46a4..c8898682 100644
--- a/doc/src/imports/qtsensors5.qdoc
+++ b/doc/src/imports/qtsensors5.qdoc
@@ -27,8 +27,8 @@
/*!
\qmlmodule QtSensors 5
- \title QtSensors 5.x
- \brief The QML import for QtSensors
+ \title Qt Sensors QML API
+ \brief The QML import for Qt Sensors
\section1 Overview
@@ -40,7 +40,7 @@
sensors.
The plugin contains many sensor types and properties to read values.
- As an example, consider the tilt sensor. The \l {QML QtSensors example}
+ As an example, consider the tilt sensor. The \l {QML Qt Sensors example}
simply displays text on-screen to show the current tilt value.
The QML code to read the value is quite simple. Below is a QML \l TiltSensor element