summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoralex <alex.blasche@nokia.com>2011-12-13 16:54:35 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-14 02:02:56 +0100
commiteac9c4e70043c0e2723d53ce397c6aa3f79b9a28 (patch)
tree8ff9f75f2ae27f8856e65389b3a78f3d5a0081ea /doc
parent16e6e1896b40cbe498fc10ebca213d6b5e06cc41 (diff)
Add missing \brief statement for sensor example overview.
Change-Id: I301be8eb50077aab0c38293113be3c0e3300ddc7 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lincoln Ramsay <lincoln.ramsay@nokia.com> Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/sensors.qdoc5
-rw-r--r--doc/src/maze.qdoc4
-rw-r--r--doc/src/qmlqtsensors5.qdoc2
-rw-r--r--doc/src/qmlsensorgtestures.qdoc2
4 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/examples/sensors.qdoc b/doc/src/examples/sensors.qdoc
index e20eb35b..0034d9c3 100644
--- a/doc/src/examples/sensors.qdoc
+++ b/doc/src/examples/sensors.qdoc
@@ -38,12 +38,13 @@
/*!
\example sensors/sensor_explorer
- \title Sensor Explorer
+ \title Sensor Explorer example
\ingroup qtsensors-examples
\image sensor_explorer.png
- The Sensor Explorer example demonstrates how to read the meta-data of available sensors.
+ \brief The Sensor Explorer example demonstrates how to read the meta-data of available sensors.
+
It was designed as a debugging aid.
*/
diff --git a/doc/src/maze.qdoc b/doc/src/maze.qdoc
index 51520caa..52997c45 100644
--- a/doc/src/maze.qdoc
+++ b/doc/src/maze.qdoc
@@ -27,8 +27,8 @@
/*!
\example sensors/maze
- \title Maze
- \brief The Maze example demonstrates the TiltSensor QML element
+ \title Maze example
+ \brief The Maze example demonstrates the TiltSensor QML element.
\ingroup qtsensors-examples
\section1 Overview
diff --git a/doc/src/qmlqtsensors5.qdoc b/doc/src/qmlqtsensors5.qdoc
index 7f40a974..ee7e1d8b 100644
--- a/doc/src/qmlqtsensors5.qdoc
+++ b/doc/src/qmlqtsensors5.qdoc
@@ -30,7 +30,7 @@
\title QtSensors 5 QML API example
\ingroup qtsensors-examples
- The QtSensors 5 QML API example demonstrates the QML sensors elements in the QtSensors 5 import.
+ \brief The QtSensors 5 QML API example demonstrates the QML sensors elements in the QtSensors 5 import.
\section1 Overview
To write a QML application that will use the QML sensors elements in the QtSensors 5 import you need to to the following steps:
diff --git a/doc/src/qmlsensorgtestures.qdoc b/doc/src/qmlsensorgtestures.qdoc
index 0ed4d7ad..5412fa5b 100644
--- a/doc/src/qmlsensorgtestures.qdoc
+++ b/doc/src/qmlsensorgtestures.qdoc
@@ -30,7 +30,7 @@
\title SensorGesture QML Element example
\ingroup qtsensors-examples
- This example demonstrates use of the SensorGesture QML element.
+ \brief This example demonstrates use of the SensorGesture QML element.
\section1 Overview
To write a QML application that will use the gesture plugin you need to to the following steps: