From 87a6a468c35a557a33de432b784c5911cff561ec Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 1 Mar 2012 19:13:17 +0100 Subject: Remove the usage of deprecated qdoc macros. QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I9e809abef666b8498bc481aae9f324b954eff387 Reviewed-by: Lorn Potter --- src/sensors/qsensor.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/sensors/qsensor.cpp') diff --git a/src/sensors/qsensor.cpp b/src/sensors/qsensor.cpp index 8c9a79f4..8d670bb7 100644 --- a/src/sensors/qsensor.cpp +++ b/src/sensors/qsensor.cpp @@ -159,11 +159,11 @@ static int qoutputrangelist_id = qRegisterMetaType("qoutputran The life cycle of a sensor is typically: \list - \o Create a sub-class of QSensor on the stack or heap. - \o Setup as required by the application. - \o Start receiving values. - \o Sensor data is used by the application. - \o Stop receiving values. + \li Create a sub-class of QSensor on the stack or heap. + \li Setup as required by the application. + \li Start receiving values. + \li Sensor data is used by the application. + \li Stop receiving values. \endlist The sensor data is delivered via QSensorReading and its sub-classes. @@ -848,7 +848,7 @@ QSensorReading::~QSensorReading() Note that sensor timestamps from different sensors may not be directly comparable (as they may choose different fixed points for their reference). - \bold{Note that some platforms do not deliver timestamps correctly}. + \b{Note that some platforms do not deliver timestamps correctly}. Applications should be prepared for occasional issues that cause timestamps to jump backwards. */ -- cgit v1.2.3