Skip to content

Commit a1a19d2

Browse files
committed
Doxymentation
1 parent c9fa334 commit a1a19d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/geometry/qgsgeometry.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ class CORE_EXPORT QgsGeometry
460460
/** Returns the smallest convex polygon that contains all the points in the geometry. */
461461
QgsGeometry* convexHull() const;
462462

463-
/* Return interpolated point on line at distance
463+
/**
464+
* Return interpolated point on line at distance
464465
* @note added in 1.9
465466
*/
466467
QgsGeometry* interpolate( double distance ) const;

0 commit comments

Comments
 (0)