summaryrefslogtreecommitdiffstats
path: root/doc/src/qtsensors-backend.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/qtsensors-backend.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/qtsensors-backend.qdoc')
-rw-r--r--doc/src/qtsensors-backend.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/qtsensors-backend.qdoc b/doc/src/qtsensors-backend.qdoc
index 5fad1bf2..8e79100d 100644
--- a/doc/src/qtsensors-backend.qdoc
+++ b/doc/src/qtsensors-backend.qdoc
@@ -27,10 +27,10 @@
/*!
\group sensors_backend_topics
-\title QtSensors Backend
-\brief Information about the QtSensors back end
+\title Qt Sensors Backend
+\brief Information about the Qt Sensors back end
-The QtSensors backend connects the QtSensors API to the platform services or hardware sensors.
+The Qt Sensors backend connects the Qt Sensors API to the platform services or hardware sensors.
\tableofcontents
@@ -39,7 +39,7 @@ The QtSensors backend connects the QtSensors API to the platform services or har
\section1 Backend API
QSensor instances talk to a backend object. Backends are usually supplied
-with the QtSensors library for a specific device although third party
+with the Qt Sensors library for a specific device although third party
backends may be used as well. A backend may talk
directly to hardware or it may talk to a system service. In some instances
it may even talk to another sensor.