Skip to content

Commit

Permalink
Doxymentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 13, 2016
1 parent 33a2807 commit e48d8b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/geometry/qgsgeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ class CORE_EXPORT QgsGeometry
*/
double length() const;

/** Returns the minimum distanace between this geometry and another geometry, using GEOS
/**
* Returns the minimum distanace between this geometry and another geometry, using GEOS.
* Will return a negative value if a geometry is missing.
*
* @param geom geometry to find minimum distance to
*/
double distance( const QgsGeometry& geom ) const;
Expand Down

0 comments on commit e48d8b0

Please sign in to comment.