A number of documentation fixes.
* Remove references to private QMediaServiceProvider class and point new backend writers to irc/mailing lists * Wrong or missing parameter names * Fix a few links * Correct a few property data types * Various other things to keep qdoc happier Change-Id: I5c8800d65c00f0783541afef35990bd3918acab7 Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Ling Hu <ling.hu@nokia.com> Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
a8ec84e3ca
commit
f53788ae42
@@ -152,7 +152,7 @@ void QDeclarativeCameraImageProcessing::setManualWhiteBalance(qreal colorTemp) c
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraImageProcessing::contrast
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::contrast
|
||||
|
||||
Image contrast adjustment.
|
||||
Valid contrast adjustment values range between -1.0 and 1.0, with a default of 0.
|
||||
@@ -171,7 +171,7 @@ void QDeclarativeCameraImageProcessing::setContrast(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraImageProcessing::saturation
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::saturation
|
||||
|
||||
Image saturation adjustment.
|
||||
Valid saturation adjustment values range between -1.0 and 1.0, the default is 0.
|
||||
@@ -190,7 +190,7 @@ void QDeclarativeCameraImageProcessing::setSaturation(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraImageProcessing::sharpeningLevel
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::sharpeningLevel
|
||||
|
||||
Adjustment of sharpening level applied to image.
|
||||
|
||||
@@ -211,7 +211,7 @@ void QDeclarativeCameraImageProcessing::setSharpeningLevel(qreal value)
|
||||
}
|
||||
|
||||
/*!
|
||||
\qmlproperty int QtMultimedia5::CameraImageProcessing::denoisingLevel
|
||||
\qmlproperty qreal QtMultimedia5::CameraImageProcessing::denoisingLevel
|
||||
|
||||
Adjustment of denoising applied to image.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user