Minor doc fixes for QML

renaming QML element to QML type
removing some \fn tags that were making the docs not build
some rewording
some new signal docs

Change-Id: I9b350dad1780276959aef4105e53b91082a6083e
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Angus Cummings
2012-04-30 16:49:23 +10:00
committed by Qt by Nokia
parent fdb5c419c4
commit 9e6d03584a
35 changed files with 370 additions and 299 deletions

View File

@@ -47,16 +47,16 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass CameraImageProcessing QDeclarativeCameraImageProcessing
\inqmlmodule QtMultimedia 5
\brief The CameraCapture element provides an interface for camera capture related settings
\brief The CameraImageProcessing type provides an interface for camera capture related settings
\ingroup multimedia_qml
\ingroup camera_qml
The CameraImageProcessing element provides control over post-processing
CameraImageProcessing provides control over post-processing
done by the camera middleware, including white balance adjustments,
contrast, saturation, sharpening, and denoising
It is not constructed separately but is provided by the \a Camera element's
\c imageProcessing property.
It should not be constructed separately, instead the
\c imageProcessing property of a \l Camera should be used.
\qml
import QtQuick 2.0
@@ -79,7 +79,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QDeclarativeCameraImageProcessing
\internal
\brief The CameraCapture element provides an interface for camera capture related settings
\brief The CameraCapture provides an interface for camera capture related settings
*/
@@ -233,10 +233,12 @@ void QDeclarativeCameraImageProcessing::setDenoisingLevel(qreal value)
/*!
\qmlsignal QtMultimedia5::Camera::whiteBalanceModeChanged(Camera::WhiteBalanceMode)
This signal is emitted when the \c whiteBalanceMode property is changed.
*/
/*!
\qmlsignal QtMultimedia5::Camera::manualWhiteBalanceChanged(qreal)
This signal is emitted when the \c manualWhiteBalance property is changed.
*/
QT_END_NAMESPACE