Fix qdoc warnings: remove docs for inherited/implicit members

Change-Id: I8654dbc3c0d1b86690f805cc1282e581dbcc5c55
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Volker Hilsheimer 2020-09-24 12:05:57 +02:00
parent 4ccebdf12d
commit 804ef8db7a
1 changed files with 0 additions and 23 deletions

View File

@ -133,14 +133,6 @@ static void qt_polygon_isect_line(const QPointF &p1, const QPointF &p2, const QP
\sa QList::isEmpty()
*/
/*!
\fn QPolygon::QPolygon(const QPolygon &polygon) noexcept
Constructs a copy of the given \a polygon.
\sa setPoints()
*/
/*!
\fn QPolygon::QPolygon(const QList<QPoint> &points)
@ -505,21 +497,6 @@ QDebug operator<<(QDebug dbg, const QPolygon &a)
\sa QList::isEmpty()
*/
/*!
\fn QPolygonF::QPolygonF(int size)
Constructs a polygon of the given \a size. Creates an empty
polygon if \a size == 0.
\sa QList::isEmpty()
*/
/*!
\fn QPolygonF::QPolygonF(const QPolygonF &polygon) noexcept
Constructs a copy of the given \a polygon.
*/
/*!
\fn QPolygonF::QPolygonF(const QList<QPointF> &points)