Fix a number of other qdoc issues.
* Several places needed the forward class declaration hack * Missing/wrong minor version numbers on imports * A few typos * Any number of attempts to work around qdoc * A few missing docs * Tweaked soundeffect docs Change-Id: I3c2ab998a11cbb0956712e0423e01fdb70f5bfff Reviewed-by: Peter Yard <peter.yard@nokia.com> Reviewed-by: Angus Cummings <angus.cummings@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
This commit is contained in:
committed by
Qt by Nokia
parent
e975897ad7
commit
6931cbb35a
@@ -78,7 +78,7 @@ void QDeclarativeCamera::_q_availabilityChanged(QtMultimedia::AvailabilityError
|
||||
\brief Access viewfinder frames, and take photos and movies.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
\inqmlmodule QtMultimedia 5
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
|
||||
\inherits Item
|
||||
|
||||
@@ -227,6 +227,8 @@ QDeclarativeCamera::Error QDeclarativeCamera::errorCode() const
|
||||
\qmlproperty string QtMultimedia5::Camera::errorString
|
||||
|
||||
A description of the current error, if any.
|
||||
|
||||
\sa QtMultimedia5::Camera::onError
|
||||
*/
|
||||
QString QDeclarativeCamera::errorString() const
|
||||
{
|
||||
@@ -578,15 +580,6 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
|
||||
\sa QtMultimedia5::Camera::onError
|
||||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty string QtMultimedia5::Camera::errorString
|
||||
|
||||
A string describing a camera's error state.
|
||||
|
||||
\sa QtMultimedia5::Camera::onError
|
||||
*/
|
||||
|
||||
|
||||
/*!
|
||||
\qmlsignal QtMultimedia5::Camera::onError(errorCode, errorString)
|
||||
|
||||
@@ -619,21 +612,21 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QDeclarativeCamera:opticalZoomChanged(qreal zoom)
|
||||
\fn void QDeclarativeCamera::opticalZoomChanged(qreal zoom)
|
||||
\qmlsignal Camera::opticalZoomChanged(zoom)
|
||||
|
||||
The optical zoom setting has changed to \a zoom.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QDeclarativeCamera::digitalZoomChanged(qreal)
|
||||
\fn void QDeclarativeCamera::digitalZoomChanged(qreal zoom)
|
||||
\qmlsignal Camera::digitalZoomChanged(zoom)
|
||||
|
||||
The digital zoom setting has changed to \a zoom.
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QDeclarativeCamera::maximumOpticalZoomChanged(zoom)
|
||||
\fn void QDeclarativeCamera::maximumOpticalZoomChanged(qreal zoom)
|
||||
\qmlsignal Camera::maximumOpticalZoomChanged(zoom)
|
||||
|
||||
The maximum optical zoom setting has changed to \a zoom. This
|
||||
@@ -642,7 +635,7 @@ void QDeclarativeCamera::setDigitalZoom(qreal value)
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn void QDeclarativeCamera::maximumDigitalZoomChanged(qreal)
|
||||
\fn void QDeclarativeCamera::maximumDigitalZoomChanged(qreal zoom)
|
||||
\qmlsignal Camera::maximumDigitalZoomChanged(zoom)
|
||||
|
||||
The maximum digital zoom setting has changed to \a zoom. This
|
||||
|
||||
Reference in New Issue
Block a user