summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/