summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-23 12:22:38 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 13:22:23 +0200
commit7b39a06fab64feb985982392f8db2b52fcd321f0 (patch)
treefc48e8ec90a38d580444c2c2d53810c1295d5c6e /src/corelib/codecs
parentacc4c28ef7d73e870df78e30178ec43b8b6c39da (diff)
Doc: Add \inmodule QtCore to all QtCore class doc bodies
Change-Id: I19100755c97cc155c76a859e19940e9f9222d34e Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/corelib/codecs')
-rw-r--r--src/corelib/codecs/qeucjpcodec.cpp1
-rw-r--r--src/corelib/codecs/qeuckrcodec.cpp2
-rw-r--r--src/corelib/codecs/qgb18030codec.cpp3
-rw-r--r--src/corelib/codecs/qisciicodec.cpp1
-rw-r--r--src/corelib/codecs/qjiscodec.cpp1
-rw-r--r--src/corelib/codecs/qjpunicode.cpp1
-rw-r--r--src/corelib/codecs/qsjiscodec.cpp1
-rw-r--r--src/corelib/codecs/qtextcodec.cpp3
-rw-r--r--src/corelib/codecs/qtsciicodec.cpp1
9 files changed, 14 insertions, 0 deletions
diff --git a/src/corelib/codecs/qeucjpcodec.cpp b/src/corelib/codecs/qeucjpcodec.cpp
index 4b973ae311..09e646ca06 100644
--- a/src/corelib/codecs/qeucjpcodec.cpp
+++ b/src/corelib/codecs/qeucjpcodec.cpp
@@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QEucJpCodec
+ \inmodule QtCore
\reentrant
\internal
*/
diff --git a/src/corelib/codecs/qeuckrcodec.cpp b/src/corelib/codecs/qeuckrcodec.cpp
index 7097636538..b6738d67e0 100644
--- a/src/corelib/codecs/qeuckrcodec.cpp
+++ b/src/corelib/codecs/qeuckrcodec.cpp
@@ -43,12 +43,14 @@
// in Qt with the author's permission and the grateful thanks of the Qt team.
/*! \class QEucKrCodec
+ \inmodule QtCore
\reentrant
\internal
*/
/*!
\class QCP949Codec
+ \inmodule QtCore
\internal
\brief The QCP949Codec class handles encoding and decoding of text in CP949 encoding.
diff --git a/src/corelib/codecs/qgb18030codec.cpp b/src/corelib/codecs/qgb18030codec.cpp
index 030b353090..7c3a4e896e 100644
--- a/src/corelib/codecs/qgb18030codec.cpp
+++ b/src/corelib/codecs/qgb18030codec.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QGb18030Codec
+ \inmodule QtCore
\reentrant
\internal
*/
@@ -269,6 +270,7 @@ QString QGb18030Codec::convertToUnicode(const char* chars, int len, ConverterSta
/*! \class QGbkCodec
+ \inmodule QtCore
\reentrant
\internal
@@ -431,6 +433,7 @@ QByteArray QGbkCodec::convertFromUnicode(const QChar *uc, int len, ConverterStat
/*! \class QGb2312Codec
+ \inmodule QtCore
\internal
\brief The QGb2312Codec class provides conversion to and from the Chinese
diff --git a/src/corelib/codecs/qisciicodec.cpp b/src/corelib/codecs/qisciicodec.cpp
index d760d1e380..6c34123a2a 100644
--- a/src/corelib/codecs/qisciicodec.cpp
+++ b/src/corelib/codecs/qisciicodec.cpp
@@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QIsciiCodec
+ \inmodule QtCore
\brief The QIsciiCodec class provides conversion to and from the ISCII encoding.
\internal
diff --git a/src/corelib/codecs/qjiscodec.cpp b/src/corelib/codecs/qjiscodec.cpp
index 1bdf8717b8..13f81eb4b6 100644
--- a/src/corelib/codecs/qjiscodec.cpp
+++ b/src/corelib/codecs/qjiscodec.cpp
@@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QJisCodec
+ \inmodule QtCore
\reentrant
\internal
*/
diff --git a/src/corelib/codecs/qjpunicode.cpp b/src/corelib/codecs/qjpunicode.cpp
index 19014d8773..79914028e7 100644
--- a/src/corelib/codecs/qjpunicode.cpp
+++ b/src/corelib/codecs/qjpunicode.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
/*! \class QJpUnicodeConv
+ \inmodule QtCore
\reentrant
\internal
*/
diff --git a/src/corelib/codecs/qsjiscodec.cpp b/src/corelib/codecs/qsjiscodec.cpp
index 55c57954f2..551deabb62 100644
--- a/src/corelib/codecs/qsjiscodec.cpp
+++ b/src/corelib/codecs/qsjiscodec.cpp
@@ -44,6 +44,7 @@
// and the grateful thanks of the Qt team.
/*! \class QSjisCodec
+ \inmodule QtCore
\reentrant
\internal
*/
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
index 90b339b056..0edb30c060 100644
--- a/src/corelib/codecs/qtextcodec.cpp
+++ b/src/corelib/codecs/qtextcodec.cpp
@@ -336,6 +336,7 @@ QTextCodec::ConverterState::~ConverterState()
/*!
\class QTextCodec
+ \inmodule QtCore
\brief The QTextCodec class provides conversions between text encodings.
\reentrant
\ingroup i18n
@@ -865,6 +866,7 @@ QString QTextCodec::toUnicode(const char *chars) const
/*!
\class QTextEncoder
+ \inmodule QtCore
\brief The QTextEncoder class provides a state-based encoder.
\reentrant
\ingroup i18n
@@ -937,6 +939,7 @@ QByteArray QTextEncoder::fromUnicode(const QChar *uc, int len)
/*!
\class QTextDecoder
+ \inmodule QtCore
\brief The QTextDecoder class provides a state-based decoder.
\reentrant
\ingroup i18n
diff --git a/src/corelib/codecs/qtsciicodec.cpp b/src/corelib/codecs/qtsciicodec.cpp
index c8217f7aea..fde2ddea2e 100644
--- a/src/corelib/codecs/qtsciicodec.cpp
+++ b/src/corelib/codecs/qtsciicodec.cpp
@@ -56,6 +56,7 @@ static unsigned int qt_TSCIIToUnicode(unsigned int code, uint *s);
#define IsTSCIIChar(c) (((c) >= 0x80) && ((c) <= 0xfd))
/*! \class QTsciiCodec
+ \inmodule QtCore
\reentrant
\internal
*/