summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-12-12 16:32:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-13 10:36:34 +0100
commit22ae7de488940665a21c723230884dbc0a5fc148 (patch)
treed42276ef22a7fe616ab62b15b5464cde355179f6
parent13e6a28c209e54a5546bea381b818bb4d6dee7a2 (diff)
Doc: Moved the Qt Multimedia example group pages
- Moved the \group page under the Qt Multimedia repo - Removed the unnecessary \group pages as well Change-Id: I10e3ba549fab6f54cd63d3ebe674580fd31a3d3a Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/example_groups.qdoc12
-rw-r--r--doc/src/getting-started/examples.qdoc29
2 files changed, 0 insertions, 41 deletions
diff --git a/doc/src/example_groups.qdoc b/doc/src/example_groups.qdoc
index 4cb3af405..817c97879 100644
--- a/doc/src/example_groups.qdoc
+++ b/doc/src/example_groups.qdoc
@@ -26,18 +26,6 @@
****************************************************************************/
/*!
-\group audio_examples
-\title Qt Multimedia Audio Examples
-\brief List of examples demonstrating the audio use cases
-*/
-
-/*!
-\group video_examples
-\title Qt Multimedia Video Examples
-\brief List of examples demonstrating the video use cases
-*/
-
-/*!
\group sql_examples
\title Qt SQL Examples
\brief List of examples demonstrating the SQL use cases
diff --git a/doc/src/getting-started/examples.qdoc b/doc/src/getting-started/examples.qdoc
index 5453b8ab3..f00b294fd 100644
--- a/doc/src/getting-started/examples.qdoc
+++ b/doc/src/getting-started/examples.qdoc
@@ -239,7 +239,6 @@
// \li \l{draganddrop/delayedencoding}{Delayed Encoding}\raisedaster
-
/*!
\page examples-threadandconcurrent.html
\ingroup all-examples
@@ -311,34 +310,6 @@
\endomit
*/
-
-/*!
- \page examples-multimedia.html
- \ingroup all-examples
- \title Multimedia Examples
- \brief Audio and Video with Qt.
-
- \section1 Multimedia
-
- Qt provides low-level audio support on Linux, Windows and Mac OS X by default and
- an audio plugin API to allow developers to implement their own audio support for
- custom devices and platforms.
-
- \section1 Audio Handling
-
- These examples demonstrate the basic techniques used to take advantage of the
- Audio API in Qt applications.
-
- \annotatedlist audio_examples
-
- \section1 Video Output
-
- \annotatedlist video_examples
-
- Examples marked with an asterisk (*) are fully documented.
-
-*/
-
/*!
\page examples-sql.html
\ingroup all-examples