summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src/qtsensors.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-09-24 12:25:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-04 12:36:42 +0100
commit303fc6d4c3a7e4a15fa9e92dc5448bb8f7982509 (patch)
treefab2a186b2d3362caef9ec7a5ea519b1a7b639f6 /src/sensors/doc/src/qtsensors.qdoc
parent76d4cae393305a1a87e53b88ef80a2a1a87758b7 (diff)
Doc: review of QtSensors
Minor corrections in compatmap.qdoc Task-number: QTBUG-32173 Change-Id: Ic4f881449e65c2d6889f0e217d251214997a8a56 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sensors/doc/src/qtsensors.qdoc')
-rw-r--r--src/sensors/doc/src/qtsensors.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/sensors/doc/src/qtsensors.qdoc b/src/sensors/doc/src/qtsensors.qdoc
index 1b818c8b..002ecfed 100644
--- a/src/sensors/doc/src/qtsensors.qdoc
+++ b/src/sensors/doc/src/qtsensors.qdoc
@@ -28,10 +28,11 @@
/*!
\page qtsensors-index.html
\title Qt Sensors
- \brief The Qt Sensors API provides access to sensors via QML and C++ interfaces.
+ \brief Provides access to sensors via QML and C++ interfaces.
+ \since 5.1
The Qt Sensors API provides access to sensor hardware via QML and C++ interfaces.
- The Qt Sensors API also provides motion gesture recognition API for devices.
+ The Qt Sensors API also provides a motion gesture recognition API for devices.
\section1 Information for Application Writers
@@ -49,10 +50,10 @@
\li High-level information on how to use the C++ API.
\row
\li \l {Sensor Gestures C++ Overview}
- \li High-level information specific to sensor gestures.
+ \li High-level information specific to sensor gestures
\row
\li \l {Qt Sensors Examples}{Examples}
- \li Examples demonstrating use of the Qt Sensors APIs
+ \li Examples demonstrating the use of the Qt Sensors APIs
\endtable
\section1 Information for Backend Implementors