Doc: Updated usage of \qmlmodule and \inqmlmodule.
-\qmlmodule denotes the import statement "QtMultimedia 5.0" -\inqmlmodule shouldn't have the version number and this commits removes it because it is confusing. Task-number: QTBUG-32172 Change-Id: I76f58ddd5ea2d5ae51eaae83a8408fd67611838a Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
28df116570
commit
40908fdb77
@@ -47,7 +47,7 @@ import QtMultimedia 5.0
|
||||
\inherits Item
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_video_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief A convenience type for showing a specified video.
|
||||
|
||||
\c Video is a convenience type combining the functionality
|
||||
|
||||
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
|
||||
\instantiates QDeclarativeAudio
|
||||
\brief Add audio playback to a scene.
|
||||
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_audio_qml
|
||||
|
||||
@@ -1123,7 +1123,7 @@ void QDeclarativeAudio::_q_statusChanged()
|
||||
\instantiates QDeclarativeAudio
|
||||
\brief Add media playback to a scene.
|
||||
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_audio_qml
|
||||
\ingroup multimedia_video_qml
|
||||
|
||||
@@ -79,7 +79,7 @@ void QDeclarativeCamera::_q_availabilityChanged(QMultimedia::AvailabilityStatus
|
||||
\brief Access viewfinder frames, and take photos and movies.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
|
||||
\inherits Item
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
|
||||
\instantiates QDeclarativeCameraCapture
|
||||
\brief An interface for capturing camera images
|
||||
\ingroup multimedia_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\ingroup camera_qml
|
||||
|
||||
This type allows you to capture still images and be notified when they
|
||||
|
||||
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
|
||||
\brief An interface for exposure related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
|
||||
This type is part of the \b{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype CameraFlash
|
||||
\instantiates QDeclarativeCameraFlash
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief An interface for flash related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype CameraFocus
|
||||
\instantiates QDeclarativeCameraFocus
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief An interface for focus related camera settings.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype CameraImageProcessing
|
||||
\instantiates QDeclarativeCameraImageProcessing
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief An interface for camera capture related settings.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype CameraRecorder
|
||||
\instantiates QDeclarativeCameraRecorder
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief Controls video recording with the Camera.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup camera_qml
|
||||
|
||||
@@ -47,7 +47,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype Radio
|
||||
\instantiates QDeclarativeRadio
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief Access radio functionality from a QML application.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_radio_qml
|
||||
|
||||
@@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype RadioData
|
||||
\instantiates QDeclarativeRadioData
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief Access RDS data from a QML application.
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_radio_qml
|
||||
|
||||
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
|
||||
/*!
|
||||
\qmltype Torch
|
||||
\instantiates QDeclarativeTorch
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
\brief Simple control over torch functionality
|
||||
|
||||
\ingroup multimedia_qml
|
||||
|
||||
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
|
||||
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_video_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
|
||||
\c VideoOutput is part of the \b{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ QT_BEGIN_NAMESPACE
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia_qml
|
||||
\ingroup multimedia_audio_qml
|
||||
\inqmlmodule QtMultimedia 5.0
|
||||
\inqmlmodule QtMultimedia
|
||||
|
||||
SoundEffect is part of the \b{QtMultimedia 5.0} module.
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/*!
|
||||
\qmlmodule QtMultimedia 5
|
||||
\qmlmodule QtMultimedia 5.0
|
||||
\title Qt Multimedia QML Types
|
||||
\ingroup qmlmodules
|
||||
\brief Provides QML types for multimedia support.
|
||||
|
||||
Reference in New Issue
Block a user