xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eb2971fd4cf23c34a9f95048a7b40471b7b52e09

commit eb2971fd4cf23c34a9f95048a7b40471b7b52e09
Author: Xavi Artigas <[email protected]>
Date:   Fri Mar 13 11:00:59 2020 +0100

    doxygen docs: Put quadtrees in their own group
    
    To clean up the Eina Data Types page
---
 src/lib/eina/eina_quadtree.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/lib/eina/eina_quadtree.h b/src/lib/eina/eina_quadtree.h
index ad23bc3343..5598f10d52 100644
--- a/src/lib/eina/eina_quadtree.h
+++ b/src/lib/eina/eina_quadtree.h
@@ -29,6 +29,14 @@
  * @{
  */
 
+/**
+ * @defgroup Eina_Quadtree_Group Quadtrees
+ *
+ * @brief Quadtree operations.
+ *
+ * @{
+ */
+
 /**
  * @typedef Eina_QuadTree
  *
@@ -194,6 +202,10 @@ EAPI Eina_Inlist *eina_quadtree_collide(Eina_QuadTree *q, 
int x, int y, int w, i
  */
 EAPI void *eina_quadtree_object(Eina_Inlist *list);
 
+/**
+ * @}
+ */
+
 /**
  * @}
  */

-- 


Reply via email to