summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/grue.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/examples/grue.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/examples/grue.qdoc')
-rw-r--r--doc/src/examples/grue.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/grue.qdoc b/doc/src/examples/grue.qdoc
index 136e3d40..c2be06e1 100644
--- a/doc/src/examples/grue.qdoc
+++ b/doc/src/examples/grue.qdoc
@@ -80,7 +80,7 @@
/*!
\example sensors/grue/plugin
\title Grue Sensor Implementation
- \brief The Grue sensor implementation lives in a plugin that is loaded by the QtSensors library.
+ \brief The Grue sensor implementation lives in a plugin that is loaded by the Qt Sensors library.
The Grue sensor needs a backend before it can be used. The backend provided
is rather basic and it relies on some kind of light sensor to work but it
@@ -128,7 +128,7 @@
\brief The Grue sensor console application demonstrates use of the Grue sensor.
This is a simple commandline application. It demonstrates how to use the generic
- access feature of QtSensors to avoid a link-time dependency on the Grue Sensor
+ access feature of Qt Sensors to avoid a link-time dependency on the Grue Sensor
library.
\sa {Grue Sensor Example}