From 3b030528fbc3d2d7681113dc6c2727d4cff7a07a Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Fri, 10 Feb 2012 10:50:14 +1000 Subject: improve the sensors docs a bit Change-Id: I2774c8ecc5ae711b6444d0adff0697c6d278dcad Reviewed-by: Lorn Potter --- doc/src/qtsensors-cpp.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/qtsensors-cpp.qdoc') diff --git a/doc/src/qtsensors-cpp.qdoc b/doc/src/qtsensors-cpp.qdoc index 79f1ed6e..ecb54b43 100644 --- a/doc/src/qtsensors-cpp.qdoc +++ b/doc/src/qtsensors-cpp.qdoc @@ -36,14 +36,14 @@ On a device there can be many types of sensors. Not all of the types that the QtSensors API supports may be available. There may also be types available that are not defined in the -QtSensors API. You can find the sensor types available on a device using the +QtSensors API. The types of sensors available on a device is found using the \l QSensor::sensorTypes() function. For a list of built-in sensor types, see the \l{Sensor Classes} section below. \section1 Common Conventions -Unless otherwise specified, QtSensors shall use the +Unless otherwise specified, QtSensors uses the \l{http://en.wikipedia.org/wiki/Cartesian_coordinate_system}{Right Hand Cartesian coordinate system}. \image sensors-coordinates.jpg @@ -65,7 +65,7 @@ sensor. \section1 Using a Sensor -The life cycle of a sensor is typically: +The life cycle of a QSensor is typically: \list \o Create an instance of QSensor or one of its sub-classes on the stack or heap. -- cgit v1.2.3