Skip to content

Commit

Permalink
Fix GEOSGeom_releaseCollection version doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 29, 2023
1 parent c7ff046 commit e068d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ extern GEOSGeometry GEOS_DLL *GEOSGeom_createCollection(
* with GEOSFree() and all the elements with GEOSGeom_destroy().
* If called with an empty collection, null will be returned
* and ngeoms set to zero.
* \since 3.4
* \since 3.12
*/
extern GEOSGeometry GEOS_DLL ** GEOSGeom_releaseCollection(
GEOSGeometry * collection,
Expand Down

0 comments on commit e068d35

Please sign in to comment.