From 86ed8422a65e3a781c51ce5e93deb03b254e9a81 Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Tue, 26 Feb 2013 16:12:38 +0100 Subject: Fix some doc warnings Change-Id: Ia955a9071ae6662b211d57708624d339d9ec5e4f Reviewed-by: Jerome Pasion --- src/sensors/qlightsensor.cpp | 4 +++- src/sensors/qrotationsensor.cpp | 2 +- 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. */ -- cgit v1.2.3