Skip to content

Commit

Permalink
add doxygen notes to QgsGeometry::offsetCurve
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 17, 2014
1 parent eb6a45c commit 605ef17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/qgsgeometry.h
Expand Up @@ -357,7 +357,10 @@ class CORE_EXPORT QgsGeometry

#if defined(GEOS_VERSION_MAJOR) && defined(GEOS_VERSION_MINOR) && \
((GEOS_VERSION_MAJOR>3) || ((GEOS_VERSION_MAJOR==3) && (GEOS_VERSION_MINOR>=3)))
/** Returns an offset line at a given distance and side from an input line. */
/** Returns an offset line at a given distance and side from an input line (uses GEOS)
@note added in 2.3
@note only available with GEOS >= 3.3
*/
QgsGeometry* offsetCurve( double distance, int segments, int joinStyle, double mitreLimit );
#endif

Expand Down

0 comments on commit 605ef17

Please sign in to comment.