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
@@ -49,6 +49,7 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QAudioEndpointSelector class provides an audio endpoint selector media control.
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_control
|
||||
|
||||
The QAudioEndpointSelector class provides descriptions of the audio
|
||||
endpoints available on a system and allows one to be selected as the audio
|
||||
|
||||
@@ -89,6 +89,7 @@ private:
|
||||
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
QMediaContent is used within the multimedia framework as the logical handle
|
||||
to media content. A QMediaContent object is composed of one or more
|
||||
|
||||
@@ -65,8 +65,7 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QMediaPlayer class allows the playing of a media source.
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
|
||||
|
||||
\ingroup multimedia_playback
|
||||
|
||||
The QMediaPlayer class is a high level media playback class. It can be used
|
||||
to playback such content as songs, movies and internet radio. The content
|
||||
|
||||
@@ -79,6 +79,7 @@ namespace
|
||||
\class QMediaPlaylist
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
|
||||
\brief The QMediaPlaylist class provides a list of media content to play.
|
||||
|
||||
@@ -49,6 +49,9 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QMediaPlaylistReader class provides an interface for reading a playlist file.
|
||||
\inmodule QtMultimedia
|
||||
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
\sa QMediaPlaylistIOPlugin
|
||||
*/
|
||||
|
||||
|
||||
@@ -196,6 +196,7 @@ int QMediaPlaylistNavigatorPrivate::previousItemPos(int steps) const
|
||||
\brief The QMediaPlaylistNavigator class provides navigation for a media playlist.
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
\sa QMediaPlaylist, QMediaPlaylistProvider
|
||||
*/
|
||||
|
||||
@@ -52,6 +52,9 @@ QT_BEGIN_NAMESPACE
|
||||
\brief The QMediaPlaylistProvider class provides an abstract list of media.
|
||||
\inmodule QtMultimedia
|
||||
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
\sa QMediaPlaylist
|
||||
*/
|
||||
|
||||
|
||||
@@ -66,6 +66,7 @@ namespace
|
||||
\brief The QMediaResource class provides a description of a media resource.
|
||||
\inmodule QtMultimedia
|
||||
\ingroup multimedia
|
||||
\ingroup multimedia_playback
|
||||
|
||||
A media resource is composed of a \l {url()}{URL} containing the
|
||||
location of the resource and a set of properties that describe the
|
||||
|
||||
Reference in New Issue
Block a user