Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 30, 2018
1 parent 9668eab commit e63526f
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -21,7 +21,10 @@ email : matthias@opengis.ch
#include "qgssinglegeometrycheck.h"

/**
* Checks if geometries are valid using the configured method of
* Checks if geometries are valid using the backend configured in the QGIS settings.
* This does not offer any fixes but makes sure that all geometries are valid.
*
* \since QGIS 3.4
*/
class ANALYSIS_EXPORT QgsGeometryIsValidCheck : public QgsSingleGeometryCheck
{
Expand Down

0 comments on commit e63526f

Please sign in to comment.