summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-08-15 22:53:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-18 10:55:47 +0200
commit1bf5865a4137c615e7b9b10fd157a32e2bf61274 (patch)
tree1fd6c0759acf1a2a6988f674f7d44746143d10b9 /src/corelib/tools
parent94ac17c2ccbe3b3f3671848afda9430be214f8d5 (diff)
Fix a couple of qdoc errors
Change-Id: I79f689e08ed4a496052529af38fca72c3d4e04cb Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qchar.cpp2
-rw-r--r--src/corelib/tools/qcollator.cpp5
2 files changed, 3 insertions, 4 deletions
diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp
index 7461c46d21..04f603495f 100644
--- a/src/corelib/tools/qchar.cpp
+++ b/src/corelib/tools/qchar.cpp
@@ -783,7 +783,7 @@ bool QT_FASTCALL QChar::isLetterOrNumber_helper(uint ucs4)
*/
/*!
- \fn static bool isNonCharacter(uint ucs4)
+ \fn static bool QChar::isNonCharacter(uint ucs4)
\overload
\since 5.0
diff --git a/src/corelib/tools/qcollator.cpp b/src/corelib/tools/qcollator.cpp
index a7a684a4d4..81906773d7 100644
--- a/src/corelib/tools/qcollator.cpp
+++ b/src/corelib/tools/qcollator.cpp
@@ -139,7 +139,7 @@ static const char * const collationStrings[collationStringsCount] = {
specified the default collation algorithm for the locale is being used. If
\a locale is not specified QLocale::default() is being used.
- \sa setLocale setCollation setOptions
+ \sa setLocale, setCollation, setOptions
*/
QCollator::QCollator(const QLocale &locale, QCollator::Collation collation)
: d(new QCollatorPrivate)
@@ -243,7 +243,7 @@ QLocale QCollator::locale() const
}
/*!
- \enum QCollator::collation
+ \enum QCollator::Collation
This enum can be used to specify an alternate collation algorithm to be used instead
of the default algorithm for the locale.
@@ -252,7 +252,6 @@ QLocale QCollator::locale() const
\value Default Use the default algorithm for the locale
\value Big5Han
- \value Dictionary
\value Direct
\value GB2312Han
\value PhoneBook