Skip to content

Commit e48d8b0

Browse files
committedJan 13, 2016
Doxymentation fix
1 parent 33a2807 commit e48d8b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/core/geometry/qgsgeometry.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ class CORE_EXPORT QgsGeometry
202202
*/
203203
double length() const;
204204

205-
/** Returns the minimum distanace between this geometry and another geometry, using GEOS
205+
/**
206+
* Returns the minimum distanace between this geometry and another geometry, using GEOS.
207+
* Will return a negative value if a geometry is missing.
208+
*
206209
* @param geom geometry to find minimum distance to
207210
*/
208211
double distance( const QgsGeometry& geom ) const;

0 commit comments

Comments
 (0)
Please sign in to comment.