Doc: Remove manual duplicate alias descriptions

With the introduction of the \typealias command to QDoc, QDoc generates
a standardized line for aliased types.

This patch removes duplication caused by the change in QDoc.

Change-Id: I1a01c378f85b0decb7c0400a3b21146f0898c6ec
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
This commit is contained in:
Paul Wicking 2020-04-23 19:28:38 +02:00
parent 85dab30b15
commit e6a39c13bf
2 changed files with 0 additions and 34 deletions

View File

@ -1803,57 +1803,39 @@ const QString::Null QString::null = { };
/*! \typedef QString::const_iterator /*! \typedef QString::const_iterator
This typedef provides an STL-style const iterator for QString.
\sa QString::iterator \sa QString::iterator
*/ */
/*! \typedef QString::iterator /*! \typedef QString::iterator
The QString::iterator typedef provides an STL-style non-const
iterator for QString.
\sa QString::const_iterator \sa QString::const_iterator
*/ */
/*! \typedef QString::const_reverse_iterator /*! \typedef QString::const_reverse_iterator
\since 5.6 \since 5.6
This typedef provides an STL-style const reverse iterator for QString.
\sa QString::reverse_iterator, QString::const_iterator \sa QString::reverse_iterator, QString::const_iterator
*/ */
/*! \typedef QString::reverse_iterator /*! \typedef QString::reverse_iterator
\since 5.6 \since 5.6
This typedef provides an STL-style non-const reverse iterator for QString.
\sa QString::const_reverse_iterator, QString::iterator \sa QString::const_reverse_iterator, QString::iterator
*/ */
/*! /*!
\typedef QString::size_type \typedef QString::size_type
The QString::size_type typedef provides an STL-style type for sizes (int).
*/ */
/*! /*!
\typedef QString::difference_type \typedef QString::difference_type
The QString::size_type typedef provides an STL-style type for difference between pointers.
*/ */
/*! /*!
\typedef QString::const_reference \typedef QString::const_reference
This typedef provides an STL-style const reference for a QString element (QChar).
*/ */
/*! /*!
\typedef QString::reference \typedef QString::reference
This typedef provides an STL-style
reference for a QString element (QChar).
*/ */
/*! /*!
@ -1871,8 +1853,6 @@ const QString::Null QString::null = { };
/*! /*!
\typedef QString::value_type \typedef QString::value_type
This typedef provides an STL-style value type for QString.
*/ */
/*! \fn QString::iterator QString::begin() /*! \fn QString::iterator QString::begin()
@ -9537,8 +9517,6 @@ QString &QString::setRawData(const QChar *unicode, int size)
\typedef QLatin1String::iterator \typedef QLatin1String::iterator
\since 5.10 \since 5.10
This typedef provides an STL-style const iterator for QLatin1String.
QLatin1String does not support mutable iterators, so this is the same QLatin1String does not support mutable iterators, so this is the same
as const_iterator. as const_iterator.
@ -9549,8 +9527,6 @@ QString &QString::setRawData(const QChar *unicode, int size)
\typedef QLatin1String::const_iterator \typedef QLatin1String::const_iterator
\since 5.10 \since 5.10
This typedef provides an STL-style const iterator for QLatin1String.
\sa iterator, const_reverse_iterator \sa iterator, const_reverse_iterator
*/ */
@ -9558,8 +9534,6 @@ QString &QString::setRawData(const QChar *unicode, int size)
\typedef QLatin1String::reverse_iterator \typedef QLatin1String::reverse_iterator
\since 5.10 \since 5.10
This typedef provides an STL-style const reverse iterator for QLatin1String.
QLatin1String does not support mutable reverse iterators, so this is the QLatin1String does not support mutable reverse iterators, so this is the
same as const_reverse_iterator. same as const_reverse_iterator.
@ -9570,8 +9544,6 @@ QString &QString::setRawData(const QChar *unicode, int size)
\typedef QLatin1String::const_reverse_iterator \typedef QLatin1String::const_reverse_iterator
\since 5.10 \since 5.10
This typedef provides an STL-style const reverse iterator for QLatin1String.
\sa reverse_iterator, const_iterator \sa reverse_iterator, const_iterator
*/ */
@ -10472,8 +10444,6 @@ QDataStream &operator>>(QDataStream &in, QString &str)
\typedef QStringRef::const_iterator \typedef QStringRef::const_iterator
\since 5.4 \since 5.4
This typedef provides an STL-style const iterator for QStringRef.
\sa QStringRef::const_reverse_iterator \sa QStringRef::const_reverse_iterator
*/ */
@ -10481,8 +10451,6 @@ QDataStream &operator>>(QDataStream &in, QString &str)
\typedef QStringRef::const_reverse_iterator \typedef QStringRef::const_reverse_iterator
\since 5.7 \since 5.7
This typedef provides an STL-style const reverse iterator for QStringRef.
\sa QStringRef::const_iterator \sa QStringRef::const_iterator
*/ */

View File

@ -278,8 +278,6 @@
/*! /*!
\typedef QDtls::GeneratorParameters \typedef QDtls::GeneratorParameters
This is a synonym for QDtlsClientVerifier::GeneratorParameters.
*/ */
/*! /*!