Fix up a few doc issues
* lingering references to Mobility * missing group tags on some classes meant they went missing * put classes into functional groups as well (e.g. audio, camera) * added some of the qdoc files to OTHER_FILES so they show up in Creator There are still a lot of warnings since it seems like qdoc is not processing the controls directory. Change-Id: I036f8826ae63f8273b3e649cb32c091d964ce830 Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
53d71baed3
commit
508ca28196
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
|
||||
\qmlclass Audio QDeclarativeAudio
|
||||
\brief The Audio element allows you to add audio playback to a scene.
|
||||
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -71,7 +71,8 @@ void QDeclarativeCamera::_q_updateState(QCamera::State state)
|
||||
/*!
|
||||
\qmlclass Camera QDeclarativeCamera
|
||||
\brief The Camera element allows you to add camera viewfinder to a scene.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
\inherits Item
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
@@ -49,6 +49,14 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraCapture QDeclarativeCameraCapture
|
||||
\brief The CameraCapture element provides an interface for camera capture related settings
|
||||
\ingroup multimedia_qml
|
||||
|
||||
Documentation to be written.
|
||||
*/
|
||||
|
||||
QDeclarativeCameraCapture::QDeclarativeCameraCapture(QCamera *camera, QObject *parent) :
|
||||
QObject(parent),
|
||||
m_camera(camera)
|
||||
|
||||
@@ -47,7 +47,8 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmlclass CameraExposure QDeclarativeCameraExposure
|
||||
\brief The CameraExposure element provides interface for exposure related camera settings.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
@@ -68,8 +69,10 @@ QT_BEGIN_NAMESPACE
|
||||
*/
|
||||
|
||||
/*!
|
||||
\internal
|
||||
\class QDeclarativeCameraExposure
|
||||
\brief The CameraExposure element provides interface for exposure related camera settings.
|
||||
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmlclass CameraFlash QDeclarativeCameraFlash
|
||||
\brief The CameraFlash element provides interface for flash related camera settings.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmlclass CameraFocus QDeclarativeCameraFocus
|
||||
\brief The CameraFocus element provides interface for focus related camera settings.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -44,6 +44,14 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraImageProcessing QDeclarativeCameraImageProcessing
|
||||
\brief The CameraCapture element provides an interface for camera capture related settings
|
||||
\ingroup multimedia_qml
|
||||
|
||||
Documentation to be written.
|
||||
*/
|
||||
|
||||
QDeclarativeCameraImageProcessing::QDeclarativeCameraImageProcessing(QCamera *camera, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
|
||||
@@ -46,6 +46,14 @@
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
/*!
|
||||
\qmlclass CameraRecorder QDeclarativeCameraRecorder
|
||||
\brief The CameraRecorder element provides an interface for camera movie recording related settings
|
||||
\ingroup multimedia_qml
|
||||
|
||||
Documentation to be written.
|
||||
*/
|
||||
|
||||
QDeclarativeCameraRecorder::QDeclarativeCameraRecorder(QCamera *camera, QObject *parent) :
|
||||
QObject(parent)
|
||||
{
|
||||
|
||||
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmlclass Radio QDeclarativeRadio
|
||||
\brief The Radio element allows you to access radio functionality from a QML application.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
\inherits Item
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmlclass RadioData QDeclarativeRadioData
|
||||
\brief The RadioData element allows you to access RDS data from a QML application.
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
\inherits Item
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
@@ -70,7 +70,7 @@ void QDeclarativeVideo::_q_error(int errorCode, const QString &errorString)
|
||||
\qmlclass Video QDeclarativeVideo
|
||||
\brief The Video element allows you to add videos to a scene.
|
||||
\inherits Item
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -119,7 +119,7 @@ private:
|
||||
\qmlclass VideoOutput QDeclarativeVideoOutput
|
||||
\brief The VideoOutput element allows you to render video or camera viewfinder.
|
||||
|
||||
\ingroup qml-multimedia
|
||||
\ingroup multimedia_qml
|
||||
|
||||
This element is part of the \bold{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user