Doc: Updated the \example and \snippet paths

Also:
- Grouped the example docs under one group. i.e. multimedia-examples
- Moved the \group page here from the qtdoc repo
- Moved the snippets directory under doc from doc/src

Change-Id: I28fb81cf910e58101cd601fb4c440b59b0b0366d
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Venugopal Shivashankar
2012-12-12 16:35:15 +01:00
committed by The Qt Project
parent 5cd23af26c
commit 0241b0e39c
36 changed files with 133 additions and 117 deletions

View File

@@ -29,14 +29,12 @@
/*!
\example camera
\example multimediawidgets/camera
\title Camera Example
\ingroup camera_examples
\ingroup multimedia_examples
\brief The Camera Example shows how to use the API to capture a still image
or video.
The Camera Example demonstrates how you can use QtMultimedia to implement
some basic Camera functionality to take still images and record video clips
with audio.

View File

@@ -26,10 +26,9 @@
****************************************************************************/
/*!
\example declarative-camera
\example multimediawidgets/declarative-camera
\title QML Camera Example
\ingroup camera_examples_qml
\ingroup multimedia_examples
\brief The Camera Example shows how to use the API to capture a still image
or video.

View File

@@ -26,10 +26,10 @@
****************************************************************************/
/*!
\example player
\example multimediawidgets/player
\title Media Player Example
\ingroup video_examples
\ingroup multimedia_examples
\brief Demonstrates the audio and video playback functionality
This example creates a simple multimedia player. We can play audio and
or video files using various codecs.

View File

@@ -26,9 +26,9 @@
****************************************************************************/
/*!
\example videographicsitem
\example multimediawidgets/videographicsitem
\title Video Graphics Item Example
\ingroup video_examples
\ingroup multimedia_examples
\brief This example demonstrates how to stream video on a graphics scene.
The Video Graphics Item example shows how to implement a QGraphicsItem that displays video on a

View File

@@ -26,9 +26,9 @@
****************************************************************************/
/*!
\example videowidget
\example multimediawidgets/videowidget
\title Video Widget Example
\ingroup video_examples
\ingroup multimedia_examples
\brief This example is a simple video player
The Video Widget example denonstrates how to implement a video widget using