[geos-commits] [SCM] GEOS branch main updated. f6b9d9170f3e63669802dd223c0b99a031945ef6

git at osgeo.org git at osgeo.org
Sat May 18 16:50:34 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, main has been updated
       via  f6b9d9170f3e63669802dd223c0b99a031945ef6 (commit)
      from  4d26df6ea4cab2bd8f5cc9da7efad458267362da (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 f6b9d9170f3e63669802dd223c0b99a031945ef6
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 246c54eee..6e71db3fd 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -5178,6 +5178,7 @@ extern GEOSSTRtree GEOS_DLL *GEOSSTRtree_create(size_t nodeCapacity);
 * `GEOSSTRtree_build` unless it is desired to explicity construct the tree
 * in a certain section of code or using a certain thread.
 *
+* \param tree the \ref GEOSSTRtree to apply the build to
 * \return 1 on success, 0 on error
 *
 * \since 3.12
@@ -5306,6 +5307,8 @@ extern char GEOS_DLL GEOSSTRtree_remove(
 * 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 | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list