From e4ff58731699e1202396f9ef5863f462fa1d9456 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Wed, 25 Sep 2013 14:47:41 +0200 Subject: Doc: Removed QML version from \inqmlmodule and put it in \qmlmodule -QDoc uses \qmlmodule to determine version -QDoc ignores versions in \inqmlmodule but it is better to remove the version to avoid confusion Task-number: QTBUG-32172 Change-Id: Iccab6b3fe201e8f01ddf130cd985bc0482425bf5 Reviewed-by: Alex Blasche Reviewed-by: Bernd Weimer Reviewed-by: Thomas McGuire Reviewed-by: Martin Smith --- src/sensors/doc/src/qtsensors5.qdoc | 2 +- src/sensors/make_sensor.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sensors') diff --git a/src/sensors/doc/src/qtsensors5.qdoc b/src/sensors/doc/src/qtsensors5.qdoc index 0be75e8b..19ee4fb3 100644 --- a/src/sensors/doc/src/qtsensors5.qdoc +++ b/src/sensors/doc/src/qtsensors5.qdoc @@ -41,7 +41,7 @@ */ /*! - \qmlmodule QtSensors 5 + \qmlmodule QtSensors 5.0 \title Qt Sensors QML Types \ingroup qmlmodules diff --git a/src/sensors/make_sensor.pl b/src/sensors/make_sensor.pl index 00afa724..87ae2665 100755 --- a/src/sensors/make_sensor.pl +++ b/src/sensors/make_sensor.pl @@ -153,7 +153,7 @@ if (! -e $qmlsource) { \qmltype '.$no_q_sensor.' \instantiates '.$qmlsensor.' \ingroup qml-sensors_type - \inqmlmodule QtSensors 5.0 + \inqmlmodule QtSensors \since QtSensors 5.[INSERT VERSION HERE] \inherits Sensor \brief The '.$no_q_sensor.' element reports on fubbleness. @@ -190,7 +190,7 @@ QSensor *'.$qmlsensor.'::sensor() const \qmltype '.$no_q_reading.' \instantiates '.$qmlreading.' \ingroup qml-sensors_reading - \inqmlmodule QtSensors 5.0 + \inqmlmodule QtSensors \since QtSensors 5.[INSERT VERSION HERE] \inherits SensorReading \brief The '.$no_q_reading.' element holds the most recent '.$no_q_sensor.' reading. -- cgit v1.2.3