Skip to content

Commit

Permalink
Silence doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 21, 2020
1 parent 5f834d6 commit 2ee717e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/geometry/qgspolygon.cpp
Expand Up @@ -27,6 +27,7 @@ QgsPolygon::QgsPolygon()
mWkbType = QgsWkbTypes::Polygon;
}

///@cond DOXYGEN_SHUTTUP
QgsPolygon::QgsPolygon( QgsLineString *exterior, const QList<QgsLineString *> &rings )
{
setExteriorRing( exterior );
Expand All @@ -36,6 +37,7 @@ QgsPolygon::QgsPolygon( QgsLineString *exterior, const QList<QgsLineString *> &r
}
clearCache();
}
///@endcond

QString QgsPolygon::geometryType() const
{
Expand Down

0 comments on commit 2ee717e

Please sign in to comment.