Skip to content

Commit

Permalink
Add missing doxygen entries for rtree, references #1096
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed May 18, 2024
1 parent 4d26df6 commit f6b9d91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit f6b9d91

Please sign in to comment.