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

@@ -49,15 +49,15 @@ QT_BEGIN_NAMESPACE
/*!
\qmlclass CameraRecorder QDeclarativeCameraRecorder
\inqmlmodule QtMultimedia 5
\brief The CameraRecorder element controls video recording with the Camera.
\brief The CameraRecorder type controls video recording with the Camera.
\ingroup multimedia_qml
\ingroup camera_qml
This element allows recording camera streams to files, and adjusting recording
CameraRecorder allows recording camera streams to files, and adjusting recording
settings and metadata for videos.
This element is a child of a \l Camera element (as the \c videoRecorder property)
and cannot be created directly.
It should not be constructed separately, instead the
\c videRecorder property of a \l Camera should be used.
\qml
Camera {
@@ -237,7 +237,7 @@ int QDeclarativeCameraRecorder::audioSampleRate() const
/*!
\qmlproperty enumeration QtMultimedia5::CameraRecorder::videoEncodingMode
The type of encoding method to use when recording audio.
The type of encoding method to use when recording video.
\table
\header \li Value \li Description