Skip to content

Commit e63526f

Browse files
committedSep 30, 2018
Improve docstring
1 parent 9668eab commit e63526f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/analysis/vector/geometry_checker/qgsgeometryisvalidcheck.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ email : matthias@opengis.ch
2121
#include "qgssinglegeometrycheck.h"
2222

2323
/**
24-
* Checks if geometries are valid using the configured method of
24+
* Checks if geometries are valid using the backend configured in the QGIS settings.
25+
* This does not offer any fixes but makes sure that all geometries are valid.
26+
*
27+
* \since QGIS 3.4
2528
*/
2629
class ANALYSIS_EXPORT QgsGeometryIsValidCheck : public QgsSingleGeometryCheck
2730
{

0 commit comments

Comments
 (0)
Please sign in to comment.