summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-29 17:36:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-01 15:59:36 +0100
commite8702e5cef5880c760e27cc1606ddf656af7b9a0 (patch)
tree7f461b01261b397cb0df93ffc77c917acb4ada30
parent62b9ca4320dcc952db54bfaf867d68ca49ae38a9 (diff)
Qt Core: Removed unnecessary group membership.
The 'Non-GUI Classes' page is not relevant. Also removed landing page from the 'modules' group. Change-Id: Ie2d34d36f98a4697becfebd5fbc215913bbb41ce Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/corelib/doc/src/containers.qdoc17
-rw-r--r--src/corelib/doc/src/qtcore-index.qdoc2
2 files changed, 0 insertions, 19 deletions
diff --git a/src/corelib/doc/src/containers.qdoc b/src/corelib/doc/src/containers.qdoc
index 29c30869ba..262add419c 100644
--- a/src/corelib/doc/src/containers.qdoc
+++ b/src/corelib/doc/src/containers.qdoc
@@ -26,23 +26,6 @@
****************************************************************************/
/*!
- \group tools
- \title Non-GUI Classes
- \ingroup groups
-
- \brief Collection classes such as list, queue, stack and string, along
- with other classes that can be used without needing QApplication.
-
- These \l{Qt Core} non-GUI classes are general-purpose collection and string
- classes that may be used independently of the GUI classes.
-
- In particular, these classes do not depend on QApplication at all,
- and so can be used in non-GUI programs.
-
- \annotatedlist tools
-*/
-
-/*!
\page containers.html
\title Container Classes
\ingroup technology-apis
diff --git a/src/corelib/doc/src/qtcore-index.qdoc b/src/corelib/doc/src/qtcore-index.qdoc
index 5cf187172b..f876a362c7 100644
--- a/src/corelib/doc/src/qtcore-index.qdoc
+++ b/src/corelib/doc/src/qtcore-index.qdoc
@@ -28,7 +28,6 @@
/*!
\page qtcore-index.html
\title Qt Core
- \ingroup modules
\brief The Qt Core module is part of Qt's essential modules.
@@ -108,7 +107,6 @@
\list
\li \l{Animation Framework}{Animation Classes}
\li \l{Threading Classes}
- \li \l{Non-GUI Classes}
\li \l{Container Classes}
\li \l{Plugin Classes}
\li \l{Implicitly Shared Classes}