Skip to content

Commit f7618d0

Browse files
committedMay 29, 2018
Fix doxygen
1 parent e33c194 commit f7618d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/core/geometry/qgsabstractgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ class CORE_EXPORT QgsAbstractGeometry
576576
* Depending on the \a filter used, this may result in an invalid geometry. However, CurvePolygon rings which are no longer
577577
* valid rings will be automatically removed after filtering.
578578
*
579-
* \since QGIS 3.2
580579
* \note Not available in Python bindings
580+
* \since QGIS 3.2
581581
*/
582582
virtual void filterVertices( const std::function< bool( const QgsPoint & ) > &filter );
583583

‎src/core/geometry/qgsgeometry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,8 +1536,8 @@ class CORE_EXPORT QgsGeometry
15361536
* Depending on the \a filter used, this may result in an invalid geometry. However, CurvePolygon rings which are no longer
15371537
* valid rings will be automatically removed after filtering.
15381538
*
1539-
* \since QGIS 3.2
15401539
* \note Not available in Python bindings
1540+
* \since QGIS 3.2
15411541
*/
15421542
void filterVertices( const std::function< bool( const QgsPoint & ) > &filter ) SIP_SKIP;
15431543

0 commit comments

Comments
 (0)
Please sign in to comment.