doc: Fix qdoc errors in qstring.cpp

Fixed a few qdoc errors.

Change-Id: I9ede1c1d3b22e9613978e31722c8140ae966194e
Task-number: QTBUG-46796
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
bb10
Martin Smith 2015-06-22 13:17:26 +02:00
parent 470461da5e
commit 5fe93057b2
1 changed files with 3 additions and 3 deletions

View File

@ -2719,9 +2719,9 @@ bool QString::operator<(QLatin1String other) const
go through QObject::tr(), for example.
*/
/*! \fn bool QString::operator<=(const QString &s1, const QString &s2)
/*! \fn bool operator<=(const QString &s1, const QString &s2)
\relates Qstring
\relates QString
Returns \c true if string \a s1 is lexically less than or equal to
string \a s2; otherwise returns \c false.
@ -2767,7 +2767,7 @@ bool QString::operator<(QLatin1String other) const
go through QObject::tr(), for example.
*/
/*! \fn bool QString::operator>(const QString &s1, const QString &s2)
/*! \fn bool operator>(const QString &s1, const QString &s2)
\relates QString
Returns \c true if string \a s1 is lexically greater than string \a s2;