Fix doxygen

This commit is contained in:
Nyall Dawson 2018-05-29 19:34:44 +10:00
parent e33c1942a9
commit f7618d00dc
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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;