diff options
author | Topi Reinio <topi.reinio@digia.com> | 2013-04-15 14:43:30 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-04-19 12:03:36 +0200 |
commit | 963b8dabef3b82f6d7cdda0669373ceae1629699 (patch) | |
tree | 63ea9108d7e18f99eca0681901c0f794687ddd5b | |
parent | 02713994bf9c72a3cf1ab55b780ab23916d6f79b (diff) | |
download | qtbase-963b8dabef3b82f6d7cdda0669373ceae1629699.tar.gz |
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>
-rw-r--r-- | examples/widgets/doc/orientation.qdoc | 1 | ||||
-rw-r--r-- | examples/widgets/doc/src/applicationicon.qdoc | 1 | ||||
-rw-r--r-- | examples/widgets/doc/src/echoplugin.qdoc | 2 | ||||
-rw-r--r-- | examples/widgets/doc/src/elidedlabel.qdoc | 1 | ||||
-rw-r--r-- | examples/widgets/doc/src/syntaxhighlighter.qdoc | 2 |
5 files changed, 2 insertions, 5 deletions
diff --git a/examples/widgets/doc/orientation.qdoc b/examples/widgets/doc/orientation.qdoc index c224f42e4b..df84595885 100644 --- a/examples/widgets/doc/orientation.qdoc +++ b/examples/widgets/doc/orientation.qdoc @@ -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 diff --git a/examples/widgets/doc/src/applicationicon.qdoc b/examples/widgets/doc/src/applicationicon.qdoc index 3c01c34a66..8f9e133e9c 100644 --- a/examples/widgets/doc/src/applicationicon.qdoc +++ b/examples/widgets/doc/src/applicationicon.qdoc @@ -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. diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc index 7b7aa9b868..2c56a2f53b 100644 --- a/examples/widgets/doc/src/echoplugin.qdoc +++ b/examples/widgets/doc/src/echoplugin.qdoc @@ -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. diff --git a/examples/widgets/doc/src/elidedlabel.qdoc b/examples/widgets/doc/src/elidedlabel.qdoc index 8020c0aa56..5a4d384de8 100644 --- a/examples/widgets/doc/src/elidedlabel.qdoc +++ b/examples/widgets/doc/src/elidedlabel.qdoc @@ -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 diff --git a/examples/widgets/doc/src/syntaxhighlighter.qdoc b/examples/widgets/doc/src/syntaxhighlighter.qdoc index 3ebfcad380..6c343a47fb 100644 --- a/examples/widgets/doc/src/syntaxhighlighter.qdoc +++ b/examples/widgets/doc/src/syntaxhighlighter.qdoc @@ -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. |