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
parent
02713994bf
commit
963b8dabef
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue