From d1b6bf5fac54a39d911079ba792ca95424c5c70c Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 1 Mar 2012 18:50:38 +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: Iec1c616e0d9a915a31a661916805916e19495dc9 Reviewed-by: Michael Goddard --- .../qdeclarativecameraimageprocessing.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/imports/multimedia/qdeclarativecameraimageprocessing.cpp') diff --git a/src/imports/multimedia/qdeclarativecameraimageprocessing.cpp b/src/imports/multimedia/qdeclarativecameraimageprocessing.cpp index e50a99996..1b4b071b8 100644 --- a/src/imports/multimedia/qdeclarativecameraimageprocessing.cpp +++ b/src/imports/multimedia/qdeclarativecameraimageprocessing.cpp @@ -97,17 +97,17 @@ QDeclarativeCameraImageProcessing::~QDeclarativeCameraImageProcessing() \qmlproperty enumeration QtMultimedia5::CameraImageProcessing::whiteBalanceMode \table - \header \o Value \o Description - \row \o WhiteBalanceManual \o Manual white balance. In this mode the manual white balance property value is used. - \row \o WhiteBalanceAuto \o Auto white balance mode. - \row \o WhiteBalanceSunlight \o Sunlight white balance mode. - \row \o WhiteBalanceCloudy \o Cloudy white balance mode. - \row \o WhiteBalanceShade \o Shade white balance mode. - \row \o WhiteBalanceTungsten \o Tungsten white balance mode. - \row \o WhiteBalanceFluorescent \o Fluorescent white balance mode. - \row \o WhiteBalanceFlash \o Flash white balance mode. - \row \o WhiteBalanceSunset \o Sunset white balance mode. - \row \o WhiteBalanceVendor \o Vendor defined white balance mode. + \header \li Value \li Description + \row \li WhiteBalanceManual \li Manual white balance. In this mode the manual white balance property value is used. + \row \li WhiteBalanceAuto \li Auto white balance mode. + \row \li WhiteBalanceSunlight \li Sunlight white balance mode. + \row \li WhiteBalanceCloudy \li Cloudy white balance mode. + \row \li WhiteBalanceShade \li Shade white balance mode. + \row \li WhiteBalanceTungsten \li Tungsten white balance mode. + \row \li WhiteBalanceFluorescent \li Fluorescent white balance mode. + \row \li WhiteBalanceFlash \li Flash white balance mode. + \row \li WhiteBalanceSunset \li Sunset white balance mode. + \row \li WhiteBalanceVendor \li Vendor defined white balance mode. \endtable \sa manualWhiteBalance -- cgit v1.2.3