summaryrefslogtreecommitdiffstats
path: root/src/sensors/doc/src/qtsensors.qdoc
diff options
context:
space:
mode:
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