diff --git a/include/geos/operation/buffer/BufferParameters.h b/include/geos/operation/buffer/BufferParameters.h index 2580c2b45..16a691241 100644 --- a/include/geos/operation/buffer/BufferParameters.h +++ b/include/geos/operation/buffer/BufferParameters.h @@ -141,21 +141,10 @@ class GEOS_DLL BufferParameters { /// \brief /// Sets the number of line segments used to approximate - /// an angle fillet. - /// - /// - If quadSegs >= 1, joins are round, - /// and quadSegs indicates the number of - /// segments to use to approximate a quarter-circle. - /// - If quadSegs = 0, joins are bevelled (flat) - /// - If quadSegs < 0, joins are mitred, and the value of qs - /// indicates the mitre ration limit as - ///
-    ///    mitreLimit = |quadSegs|
-    ///    
- /// - /// For round joins, quadSegs determines the maximum - /// error in the approximation to the true buffer curve. + /// an angle fillet in round joins. /// + /// quadSegs determines the maximum + /// error in the approximation to the true buffer curve. /// The default value of 8 gives less than 2% max error in the /// buffer distance. ///