Doc: Fix \group and \ingroup usage for a number of examples

A number for groups, including 'all-examples' was defined multiple
times by some examples. This change fixes the incorrect
definitions.

Change-Id: I2fb5da11e8762698942a076e0f0576033ce3cabc
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
bb10
Topi Reinio 2013-04-15 14:43:30 +02:00 committed by The Qt Project
parent 02713994bf
commit 963b8dabef
5 changed files with 2 additions and 5 deletions

View File

@ -26,7 +26,6 @@
****************************************************************************/
/*! \example widgets/orientation
\group all-examples
\title Orientation Example
\brief The example shows a simple way to use different UIs depending on the screen

View File

@ -26,7 +26,6 @@
****************************************************************************/
/*! \example widgets/applicationicon
\group all-examples
\title Application Icon Example
\brief The example shows how to add an application icon to a mobile application.

View File

@ -28,7 +28,7 @@
/*!
\example tools/echoplugin
\title Echo Plugin Example
\group examples-widgets-tools
\ingroup examples-widgets-tools
\brief This example shows how to create a Qt plugin.

View File

@ -27,7 +27,6 @@
/*!
\example widgets/elidedlabel
\group all-examples
\title Elided Label Example
\brief This example creates a widget similar to QLabel, that elides the last

View File

@ -28,7 +28,7 @@
/*!
\example richtext/syntaxhighlighter
\title Syntax Highlighter Example
\group examples-richtext
\ingroup examples-richtext
\brief The Syntax Highligher example shows how to perform
simple syntax highlighing.