summaryrefslogtreecommitdiffstats
path: root/src/multimedia/camera/qcameraexposure.cpp
diff options
context:
space:
mode:
authorAngus Cummings <angus.cummings@nokia.com>2012-05-11 11:13:45 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-16 06:14:30 +0200
commitb96ca81108518e9a8f6c525d2f0144fec26ea4fa (patch)
tree332e42192f64fd7ba40bad76251a8ed306141d29 /src/multimedia/camera/qcameraexposure.cpp
parent9e6d03584a097964e5f08c46cd02338b0b043080 (diff)
Very minor C++ doc changes
Reordering some enum's so values are listed ascending Replace 'The' with 'the' in some briefs Change-Id: Ibc5042389687598ddaaf11e72acaa688b85fd4cf Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
Diffstat (limited to 'src/multimedia/camera/qcameraexposure.cpp')
-rw-r--r--src/multimedia/camera/qcameraexposure.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/multimedia/camera/qcameraexposure.cpp b/src/multimedia/camera/qcameraexposure.cpp
index 9e4870c7b..5ab1f4632 100644
--- a/src/multimedia/camera/qcameraexposure.cpp
+++ b/src/multimedia/camera/qcameraexposure.cpp
@@ -615,9 +615,9 @@ void QCameraExposure::setAutoShutterSpeed()
/*!
\enum QCameraExposure::FlashMode
+ \value FlashAuto Automatic flash.
\value FlashOff Flash is Off.
\value FlashOn Flash is On.
- \value FlashAuto Automatic flash.
\value FlashRedEyeReduction Red eye reduction flash.
\value FlashFill Use flash to fillin shadows.
\value FlashTorch Constant light source. If supported,
@@ -635,8 +635,9 @@ void QCameraExposure::setAutoShutterSpeed()
/*!
\enum QCameraExposure::ExposureMode
- \value ExposureManual Manual mode.
\value ExposureAuto Automatic mode.
+ \value ExposureManual Manual mode.
+ \value ExposurePortrait Portrait exposure mode.
\value ExposureNight Night mode.
\value ExposureBacklight Backlight exposure mode.
\value ExposureSpotlight Spotlight exposure mode.
@@ -645,16 +646,15 @@ void QCameraExposure::setAutoShutterSpeed()
\value ExposureBeach Beach exposure mode.
\value ExposureLargeAperture Use larger aperture with small depth of field.
\value ExposureSmallAperture Use smaller aperture.
- \value ExposurePortrait Portrait exposure mode.
\value ExposureModeVendor The base value for device specific exposure modes.
*/
/*!
\enum QCameraExposure::MeteringMode
+ \value MeteringMatrix Matrix metering mode.
\value MeteringAverage Center weighted average metering mode.
\value MeteringSpot Spot metering mode.
- \value MeteringMatrix Matrix metering mode.
*/
/*!