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>
This commit is contained in:
Sze Howe Koh 2013-09-08 18:41:30 +08:00 committed by The Qt Project
parent 3e3297242a
commit 7c6b170198

View File

@ -805,8 +805,7 @@ const QString::Null QString::null = { };
/*! \typedef QString::const_iterator /*! \typedef QString::const_iterator
The QString::const_iterator typedef provides an STL-style const This typedef provides an STL-style const iterator for QString.
iterator for QString.
\sa QString::iterator \sa QString::iterator
*/ */
@ -822,20 +821,17 @@ const QString::Null QString::null = { };
/*! /*!
\typedef QString::const_reference \typedef QString::const_reference
The QString::const_reference typedef provides an STL-style This typedef provides an STL-style const reference for QString.
const reference for QString.
*/ */
/*! /*!
\typedef QString::reference \typedef QString::reference
The QString::const_reference typedef provides an STL-style This typedef provides an STL-style reference for QString.
reference for QString.
*/ */
/*! /*!
\typedef QString::value_type \typedef QString::value_type
The QString::const_reference typedef provides an STL-style This typedef provides an STL-style value type for QString.
value type for QString.
*/ */
/*! \fn QString::iterator QString::begin() /*! \fn QString::iterator QString::begin()