[geos-commits] [SCM] GEOS branch 3.11 updated. 4b2b3e3d49c74ef9f991c289ca9e41440f69126c

git at osgeo.org git at osgeo.org
Sat May 18 16:54:36 PDT 2024


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, 3.11 has been updated
       via  4b2b3e3d49c74ef9f991c289ca9e41440f69126c (commit)
      from  dc4c486c169d5444fe49ec678a149659678f1371 (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 4b2b3e3d49c74ef9f991c289ca9e41440f69126c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sat May 18 16:50:12 2024 -0700

    Add missing doxygen entries for rtree, references #1096

diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 5f26be850..7b15358c6 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -4563,6 +4563,10 @@ extern char GEOS_DLL GEOSSTRtree_remove(
 * Only the tree is freed. The geometries and items fed into
 * GEOSSTRtree_insert() are not owned by the tree, and are
 * still left to the caller to manage.
+*
+* \param tree the \ref GEOSSTRtree to destroy
+*
+* \since 3.2
 */
 extern void GEOS_DLL GEOSSTRtree_destroy(GEOSSTRtree *tree);
 

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list