summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-09-08 18:41:30 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-14 02:57:16 +0200
commit7c6b170198e2f6ed175de7ecefb9b1524ba23046 (patch)
tree7f19b9987d2f5c7edb25f1026987f5bcd7aa201a
parent3e3297242a67e44559b32d60e0b341e7f8b5d9e4 (diff)
Doc: Fix copy+paste errors in the QString class ref
Also bring text closer to the style guide at http://qt-project.org/wiki/CppDocumentationStyle Change-Id: I30b1c36ac125a10c002efeb36978ced0d7a8f8bf Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--src/corelib/tools/qstring.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 37d28b0904..dd78d88732 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -805,8 +805,7 @@ const QString::Null QString::null = { };
/*! \typedef QString::const_iterator
- The QString::const_iterator typedef provides an STL-style const
- iterator for QString.
+ This typedef provides an STL-style const iterator for QString.
\sa QString::iterator
*/
@@ -822,20 +821,17 @@ const QString::Null QString::null = { };
/*!
\typedef QString::const_reference
- The QString::const_reference typedef provides an STL-style
- const reference for QString.
+ This typedef provides an STL-style const reference for QString.
*/
/*!
\typedef QString::reference
- The QString::const_reference typedef provides an STL-style
- reference for QString.
+ This typedef provides an STL-style reference for QString.
*/
/*!
\typedef QString::value_type
- The QString::const_reference typedef provides an STL-style
- value type for QString.
+ This typedef provides an STL-style value type for QString.
*/
/*! \fn QString::iterator QString::begin()