From eac9c4e70043c0e2723d53ce397c6aa3f79b9a28 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 13 Dec 2011 16:54:35 +1000 Subject: Add missing \brief statement for sensor example overview. Change-Id: I301be8eb50077aab0c38293113be3c0e3300ddc7 Sanity-Review: Qt Sanity Bot Reviewed-by: Lincoln Ramsay Reviewed-by: Wolfgang Beck --- doc/src/examples/sensors.qdoc | 5 +++-- doc/src/maze.qdoc | 4 ++-- doc/src/qmlqtsensors5.qdoc | 2 +- doc/src/qmlsensorgtestures.qdoc | 2 +- 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: -- cgit v1.2.3