summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2013-02-26 16:12:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 16:50:12 +0100
commit86ed8422a65e3a781c51ce5e93deb03b254e9a81 (patch)
tree543c07908671e8192f60713000e2af5b914bde14 /src
parentc0f3653aea1c86ba2fecb0f8b0c6865f025031a4 (diff)
Fix some doc warnings
Change-Id: Ia955a9071ae6662b211d57708624d339d9ec5e4f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/sensors/qlightsensor.cpp4
-rw-r--r--src/sensors/qrotationsensor.cpp2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/sensors/qlightsensor.cpp b/src/sensors/qlightsensor.cpp
index f02f6b10..1e80ef09 100644
--- a/src/sensors/qlightsensor.cpp
+++ b/src/sensors/qlightsensor.cpp
@@ -84,6 +84,7 @@ void QLightReading::setLux(qreal lux)
/*!
\class QLightFilter
\ingroup sensors_filter
+ \inmodule QtSensors
\brief The QLightFilter class is a convenience wrapper around QSensorFilter.
@@ -104,6 +105,7 @@ char const * const QLightSensor::type("QLightSensor");
/*!
\class QLightSensor
\ingroup sensors_type
+ \inmodule QtSensors
\brief The QLightSensor class is a convenience wrapper around QSensor.
@@ -160,7 +162,7 @@ qreal QLightSensor::fieldOfView() const
/*!
\since 5.1
- Sets the field of view. This is to be called from the
+ Sets the field of view to \a fieldOfView. This is to be called from the
backend.
*/
void QLightSensor::setFieldOfView(qreal fieldOfView)
diff --git a/src/sensors/qrotationsensor.cpp b/src/sensors/qrotationsensor.cpp
index ea0515ca..06ee4064 100644
--- a/src/sensors/qrotationsensor.cpp
+++ b/src/sensors/qrotationsensor.cpp
@@ -237,7 +237,7 @@ bool QRotationSensor::hasZ() const
/*!
\since 5.1
- Sets whether the z angle is available. This is to be called from the
+ Sets whether the z angle is available to \a hasZ. This is to be called from the
backend. By default the hasZ property is true, so a backend only has to
call this if its rotation sensor can not report z angles.
*/