diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in index 246c54eee2..6e71db3fd6 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);