* remove \'too small\' categories
authordavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 1 Nov 2008 22:21:10 +0000 (22:21 +0000)
committerdavemds <davemds@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 1 Nov 2008 22:21:10 +0000 (22:21 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@37387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_callbacks.c
src/lib/canvas/evas_clip.c
src/lib/canvas/evas_data.c
src/lib/canvas/evas_events.c
src/lib/canvas/evas_layer.c
src/lib/canvas/evas_name.c
src/lib/canvas/evas_object_main.c

index 70ad5a2..3a24477 100644 (file)
@@ -148,21 +148,10 @@ evas_object_event_callback_call(Evas_Object *obj, Evas_Callback_Type type, void
    _evas_unwalk(e);
 }
 
-/**
- * @defgroup Evas_Object_Callback_Group Object Callback Functions
- *
- * Functions that add and remove callbacks to evas objects.
- */
 
 /**
- * @addtogroup Evas_Object_Callback_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
- */
-
-/**
- * @todo Move this next code example and most of the documentation for
- * this next function into the group documentation.
  */
 
 /**
index 0389261..5f8ac54 100644 (file)
@@ -41,15 +41,8 @@ evas_object_clippers_was_visible(Evas_Object *obj)
 /* public functions */
 
 /**
- * @defgroup Evas_Clip_Group Object Clip Functions
- *
- * Functions that manage the clipping of objects by other objects.
- */
-
-/**
- * @addtogroup Evas_Clip_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**
index 9be5f6e..e8b6d20 100644 (file)
@@ -2,16 +2,8 @@
 #include "evas_private.h"
 
 /**
- * @defgroup Evas_Object_Data_Group Object Data Functions
- *
- * Functions that retrieve and set data associated attached to an evas
- * object.
- */
-
-/**
- * @addtogroup Evas_Object_Data_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**
index fa93b42..b93f197 100644 (file)
@@ -985,16 +985,10 @@ evas_event_feed_hold(Evas *e, int hold, unsigned int timestamp, const void *data
    _evas_unwalk(e);
 }
 
-/**
- * @defgroup Evas_Object_Event_Flags_Group Object Event Flag Functions
- *
- * Functions that deal with how events on an Evas Object are processed.
- */
 
 /**
- * @addtogroup Evas_Object_Event_Flags_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**
index 27c8945..da15d54 100644 (file)
@@ -116,17 +116,8 @@ evas_layer_del(Evas_Layer *lay)
 /* public functions */
 
 /**
- * @defgroup Evas_Object_Layer_Group Object Layer Functions
- *
- * Functions that retrieve and set the layer that an evas object is on.
- *
- * @todo Document which way layers go.
- */
-
-/**
- * @addtogroup Evas_Object_Layer_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**
index c6a20de..447c5ae 100644 (file)
@@ -2,15 +2,8 @@
 #include "evas_private.h"
 
 /**
- * @defgroup Evas_Object_Name_Group Object Name Function
- *
- * Functions that retrieve and set the name of an evas object.
- */
-
-/**
- * @addtogroup Evas_Object_Name_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**
index 617580e..e816424 100644 (file)
@@ -580,15 +580,8 @@ evas_object_geometry_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, E
 }
 
 /**
- * @defgroup Evas_Object_Size_Hints_Group Object Size Hints Functions
- *
- * Functions that deals with hints about object size.
- */
-
-/**
- * @addtogroup Evas_Object_Size_Hints_Group
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 static void
@@ -1380,16 +1373,8 @@ evas_object_evas_get(const Evas_Object *obj)
 }
 
 /**
- * @defgroup Evas_Object_Finders Object Finder Functions
- *
- * Functions that determine what evas objects are at a given location
- * or within a given region of an evas.
- */
-
-/**
- * @addtogroup Evas_Object_Finders
+ * @addtogroup Evas_Object_Group
  * @{
- * @ingroup Evas_Object_Group
  */
 
 /**