[geos-commits] [SCM] GEOS branch main updated. 907636d6bbd5c29f0cfb6713b30323902704f6aa

git at osgeo.org git at osgeo.org
Thu Aug 26 11:46:35 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  907636d6bbd5c29f0cfb6713b30323902704f6aa (commit)
      from  66c110b50de56e2722ebbfa28293a3e118d028ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 907636d6bbd5c29f0cfb6713b30323902704f6aa
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Aug 26 11:46:28 2021 -0700

    Update doxygen for GeoJSON reader

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 4fad003..68d1df3 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -4337,9 +4337,9 @@ extern void GEOS_DLL GEOSGeoJSONWriter_destroy(GEOSGeoJSONWriter* writer);
 * Write out the GeoJSON representation of a geometry. Note that writing a GeoJSON
 * Feature or FeatureCollection is unsupported through the GEOS C API.
 * \param writer A GeoJSON reader object, caller retains ownership.
-* \param geojson The json string to parse, caller retains ownership.
+* \param g The geometry to convert, caller retains ownership.
 * \param indent The indentation used. Use -1 for no formatting.
-* \return A \ref GEOSGeometry, caller to free with GEOSGeometry_destroy())
+* \return A char pointer, caller to free with GEOSFree())
 */
 extern char GEOS_DLL *GEOSGeoJSONWriter_writeGeometry(
     GEOSGeoJSONWriter* writer,

-----------------------------------------------------------------------

Summary of changes:
 capi/geos_c.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list