Skip to content

Commit

Permalink
Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 29, 2018
1 parent e33c194 commit f7618d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsabstractgeometry.h
Expand Up @@ -576,8 +576,8 @@ class CORE_EXPORT QgsAbstractGeometry
* Depending on the \a filter used, this may result in an invalid geometry. However, CurvePolygon rings which are no longer
* valid rings will be automatically removed after filtering.
*
* \since QGIS 3.2
* \note Not available in Python bindings
* \since QGIS 3.2
*/
virtual void filterVertices( const std::function< bool( const QgsPoint & ) > &filter );

Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -1536,8 +1536,8 @@ class CORE_EXPORT QgsGeometry
* Depending on the \a filter used, this may result in an invalid geometry. However, CurvePolygon rings which are no longer
* valid rings will be automatically removed after filtering.
*
* \since QGIS 3.2
* \note Not available in Python bindings
* \since QGIS 3.2
*/
void filterVertices( const std::function< bool( const QgsPoint & ) > &filter ) SIP_SKIP;

Expand Down

0 comments on commit f7618d0

Please sign in to comment.