summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-05-24 10:24:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-24 13:56:00 +0200
commitf42aa7611cb0fc8cf9dfa206d4f00f1ebb30335e (patch)
tree2c4046ea097879dce5de3ecb589c24d9c5b45da3
parent6d803a2c07976fc96b2cfda415dc640f1c22a047 (diff)
downloadqtdoc-f42aa7611cb0fc8cf9dfa206d4f00f1ebb30335e.tar.gz
Doc: Removing "technology-apis" group.
-The new overviews are the new technology articles and that people add arbitrary articles in the group. Change-Id: I0227f689cc3239209c6962800525bf6391e445bd Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
-rw-r--r--doc/src/frameworks-technologies/accessible.qdoc2
-rw-r--r--doc/src/frameworks-technologies/ipc.qdoc1
-rw-r--r--doc/src/frameworks-technologies/unicode.qdoc3
-rw-r--r--doc/src/overviews.qdoc10
4 files changed, 1 insertions, 15 deletions
diff --git a/doc/src/frameworks-technologies/accessible.qdoc b/doc/src/frameworks-technologies/accessible.qdoc
index 954bcc88..db8d436a 100644
--- a/doc/src/frameworks-technologies/accessible.qdoc
+++ b/doc/src/frameworks-technologies/accessible.qdoc
@@ -49,7 +49,6 @@
\internal
\nextpage Accessibility for QWidget Applications
- \ingroup technology-apis
\ingroup best-practices
\tableofcontents
@@ -645,7 +644,6 @@
\startpage Accessibility
\previouspage Accessibility for QWidget Applications
- \ingroup technology-apis
\ingroup best-practices
\tableofcontents
diff --git a/doc/src/frameworks-technologies/ipc.qdoc b/doc/src/frameworks-technologies/ipc.qdoc
index 820c000e..40970199 100644
--- a/doc/src/frameworks-technologies/ipc.qdoc
+++ b/doc/src/frameworks-technologies/ipc.qdoc
@@ -30,7 +30,6 @@
\title Inter-Process Communication in Qt
\brief Inter-Process communication in Qt applications.
- \ingroup technology-apis
Qt provides several ways to implement Inter-Process Communication
(IPC) in Qt applications.
diff --git a/doc/src/frameworks-technologies/unicode.qdoc b/doc/src/frameworks-technologies/unicode.qdoc
index 141c1373..a5ffd836 100644
--- a/doc/src/frameworks-technologies/unicode.qdoc
+++ b/doc/src/frameworks-technologies/unicode.qdoc
@@ -44,7 +44,6 @@
\keyword Unicode
- \ingroup technology-apis
\l{http://www.unicode.org/}{Unicode}
is the standard for encoding text in almost all languages
@@ -54,7 +53,7 @@
and Unicode for applications.
Qt 5.0 uses and fully supports version 6.2 of the Unicode standard.
-
+
\section1 Qt's Classes for Working with Strings
These classes are relevant when working with string data. For information
diff --git a/doc/src/overviews.qdoc b/doc/src/overviews.qdoc
index 49201368..a7d92a34 100644
--- a/doc/src/overviews.qdoc
+++ b/doc/src/overviews.qdoc
@@ -47,18 +47,8 @@
*/
/*!
- \group technology-apis
- \title Qt and Key Technologies
-
- These pages document Qt's API's for some widely-used standards and
- technologies.
-
-*/
-
-/*!
\group qt-activex
\title ActiveX in Qt
- \ingroup technology-apis
\brief Qt API's for using ActiveX controls, servers, and COM.