diff --git a/src/capi/sfcgal_c.h b/src/capi/sfcgal_c.h index 4ce8c110..9d9678a8 100644 --- a/src/capi/sfcgal_c.h +++ b/src/capi/sfcgal_c.h @@ -1006,8 +1006,9 @@ sfcgal_geometry_extrude_straight_skeleton(const sfcgal_geometry_t *geom, double height); /** - * Returns the union of the polygon z-extrusion (with respect to building_height) and the extrude - * straight skeleton (with respect to roof_height) of the given Polygon + * Returns the union of the polygon z-extrusion (with respect to + * building_height) and the extrude straight skeleton (with respect to + * roof_height) of the given Polygon * @pre geom must be a Polygon * @pre isValid(geom) == true * @pre roof_height != 0