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 dc4c486 commit 4b2b3e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions capi/geos_c.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4b2b3e3

Please sign in to comment.