Fixed QDoc errors related to snippets and quotefromfile commands

Change-Id: I9dd6381eb95dcbd9aa5cc8f596d87cf55eee7427
Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
This commit is contained in:
Venugopal Shivashankar
2012-07-25 15:17:28 +02:00
committed by Qt by Nokia
parent 27a7559c7e
commit 6ebee9f57e
9 changed files with 18 additions and 14 deletions

View File

@@ -199,7 +199,7 @@ QMediaRecorderControl::~QMediaRecorderControl()
*/
/*!
\fn void QMediaRecorderControl::volume(qreal gain)
\fn void QMediaRecorderControl::volumeChanged(qreal gain)
Signals that the audio \a gain value has changed.
*/

View File

@@ -17,13 +17,11 @@ description = Qt Multimedia Documentation
exampledirs += .. \
../../../examples
headerdirs += src \
../..
headerdirs += ../..
imagedirs += src/images \
sourcedirs += src \
../..
sourcedirs += ../..
excludedirs +=

View File

@@ -83,7 +83,7 @@ can see from the code, this makes use of a type of inheritance: a
... is-a
\l{video/qmlvideo/qml/qmlvideo/SceneBasic.qml}{SceneBasic} ...
\quotefromfile examples/video/qmlvideo/qml/qmlvideo/SceneBasic.qml
\quotefromfile video/qmlvideo/qml/qmlvideo/SceneBasic.qml
\skipto import
\printuntil contentType
\dots

View File

@@ -35,11 +35,15 @@
To include the definitions of the module's classes, use the
following directive:
\snippet doc/src/snippets/code/doc_src_qtmultimedia.cpp 1
\code
#include <QtMultimedia>
\endcode
To link against the module, add this line to your \l qmake \c
.pro file:
\snippet doc/src/snippets/code/doc_src_qtmultimedia.pro 0
\code
QT += multimedia
\endcode
*/

View File

@@ -37,6 +37,5 @@ The identifying string for this component is \e QtMultimedia. Use this in the QM
\section1 QML types
\annotatedlist multimedia_qml
*/

View File

@@ -82,7 +82,7 @@ allows you to receive these frames from \l QMediaPlayer and
and with an instance of this surface, \c myVideoSurface, you can set
the surface as the \l {QMediaPlayer::setVideoOutput()}{video output} for QMediaPlayer.
\snippet doc/src/snippets/multimedia-snippets/video.cpp Setting Surface in Player
\snippet doc/src/snippets/multimedia-snippets/video.cpp Setting surface in player
Several of the built-in Qt classes offer this functionality
as well, so if you decode video in your application, you can present