Doc: Remove invalid uses of \relates command

A function cannot be both a member and a non-member of the same class.

Change-Id: I07d1e04c09fea2ba1171b3692e716660044cd37a
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Topi Reinio 2015-08-19 13:24:59 +02:00 committed by Topi Reiniö
parent 2473f4fac3
commit e525d1f44d
5 changed files with 2 additions and 9 deletions

View File

@ -891,7 +891,6 @@ bool QAbstractFileEngine::unmap(uchar *address)
/*!
\typedef QAbstractFileEngine::Iterator
\since 4.3
\relates QAbstractFileEngine
Synonym for QAbstractFileEngineIterator.
*/

View File

@ -2403,7 +2403,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
/*!
\fn QRectF QRectF::marginsAdded(const QMarginsF &margins) const
\relates QRectF
\since 5.3
Returns a rectangle grown by the \a margins.
@ -2413,7 +2412,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
/*!
\fn QRectF QRectF::marginsRemoved(const QMarginsF &margins) const
\relates QRectF
\since 5.3
Removes the \a margins from the rectangle, shrinking it.
@ -2423,7 +2421,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
/*!
\fn QRectF QRectF::operator+=(const QMarginsF &margins)
\relates QRectF
\since 5.3
Adds the \a margins to the rectangle, growing it.
@ -2433,7 +2430,6 @@ QRect QRectF::toAlignedRect() const Q_DECL_NOTHROW
/*!
\fn QRectF QRectF::operator-=(const QMarginsF &margins)
\relates QRectF
\since 5.3
Returns a rectangle shrunk by the \a margins.

View File

@ -2738,7 +2738,7 @@ bool operator<(const QString &s1, const QString &s2)
}
/*!
\overload operator<()
\relates QString
Returns \c true if this string is lexically less than the parameter
string called \a other; otherwise returns \c false.
*/
@ -2843,7 +2843,7 @@ bool QString::operator<(QLatin1String other) const
/*!
\overload operator>()
\relates QString
Returns \c true if this string is lexically greater than the parameter
string \a other; otherwise returns \c false.
*/

View File

@ -310,7 +310,6 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
/*!
\typedef QTimeZone::OffsetDataList
\relates QTimeZone
Synonym for QVector<OffsetData>.
*/

View File

@ -451,7 +451,6 @@ QAccessibleInterface::~QAccessibleInterface()
/*!
\typedef QAccessible::Id
\relates QAccessible
Synonym for unsigned, used by the QAccessibleInterface cache.
*/