Doc: Removing version number from the QDoc comments.

The version is not needed anymore and QDoc handles them as a different
module, causing errors.

Task-number: QTBUG-32172
Change-Id: I55054a6c7bce9e001ef03cce944b03375c851d15
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Jerome Pasion
2013-10-01 15:45:57 +02:00
committed by The Qt Project
parent 40908fdb77
commit 43be5d9763
14 changed files with 295 additions and 295 deletions

View File

@@ -95,7 +95,7 @@ QDeclarativeCameraFlash::~QDeclarativeCameraFlash()
This property indicates whether the flash is charged.
*/
/*!
\qmlproperty bool QtMultimedia5::CameraFlash::ready
\qmlproperty bool QtMultimedia::CameraFlash::ready
This property indicates whether the flash is charged.
*/
@@ -109,7 +109,7 @@ bool QDeclarativeCameraFlash::isFlashReady() const
This property holds the camera flash mode. The mode can be one of the constants in \l QCameraExposure::FlashMode.
*/
/*!
\qmlproperty enumeration QtMultimedia5::CameraFlash::mode
\qmlproperty enumeration QtMultimedia::CameraFlash::mode
This property holds the camera flash mode.
@@ -145,13 +145,13 @@ void QDeclarativeCameraFlash::setFlashMode(int mode)
}
/*!
\qmlsignal QtMultimedia5::CameraFlash::flashModeChanged(int)
\qmlsignal QtMultimedia::CameraFlash::flashModeChanged(int)
This signal is emitted when the \c flashMode property is changed.
The corresponding handler is \c onFlashModeChanged.
*/
/*!
\qmlsignal QtMultimedia5::CameraFlash::flashReady(bool)
\qmlsignal QtMultimedia::CameraFlash::flashReady(bool)
This signal is emitted when QCameraExposure indicates that
the flash is ready to use.
The corresponsing handler is \c onFlashReadyChanged.