summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2012-07-02 14:00:30 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-03 01:10:27 +0200
commitd4034415ddbf46462074dadc8dcba38a76c69dcf (patch)
tree07f121eb5dfd27e114d8bec8535f29771e5cb3d2 /src
parent0753bba721151577ed138a8fd553c267604f89fe (diff)
make_sensors.pl: Add \since tag
Otherwise it is easy to forget about this Change-Id: Ib1da49c136f3e9cf99f68dd283143fe2fc0eb930 Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/sensors/make_sensor.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sensors/make_sensor.pl b/src/sensors/make_sensor.pl
index 417c6953..325a04b1 100755
--- a/src/sensors/make_sensor.pl
+++ b/src/sensors/make_sensor.pl
@@ -185,6 +185,7 @@ IMPLEMENT_READING('.$reading.')
\class '.$reading.'
\ingroup sensors_reading
\inmodule QtSensors
+ \since QtSensors 5.[INSERT VERSION HERE]
\brief The '.$reading.' class holds readings from the [X] sensor.
@@ -222,6 +223,7 @@ void '.$reading.'::setMyprop(qreal myprop)
\class '.$filter.'
\ingroup sensors_filter
\inmodule QtSensors
+ \since QtSensors 5.[INSERT VERSION HERE]
\brief The '.$filter.' class is a convenience wrapper around QSensorFilter.
@@ -243,6 +245,7 @@ char const * const '.$sensor.'::type("'.$sensor.'");
\class '.$sensor.'
\ingroup sensors_type
\inmodule QtSensors
+ \since QtSensors 5.[INSERT VERSION HERE]
\brief The '.$sensor.' class is a convenience wrapper around QSensor.