From 9048791b084cb6f4d3a29502cb5dfdc19bb38d44 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Fri, 20 Aug 2010 14:09:49 +0900 Subject: [PATCH] [elm_main] modified for re-grouping --- src/lib/elm_main.c | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index 61ec787..70a2421 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -21,10 +21,17 @@ static Elm_Version _version = { VMAJ, VMIN, VMIC, VREV }; EAPI Elm_Version *elm_version = &_version; +/** + * @defgroup Main Main + * @ingroup Elementary + * + * This group includes functions of elm_main.c + */ + /** * @defgroup Start Getting Started - * @ingroup Elementary + * @ingroup Main * * To write an Elementary app, you can get started with the following: * @@ -322,7 +329,7 @@ _set_elm_module() /** * @defgroup General General - * @ingroup Elementary + * @ingroup Main */ /** @@ -964,7 +971,7 @@ elm_all_flush(void) /** * @defgroup Scaling Selective Widget Scaling - * @ingroup Elementary + * @ingroup Main * * Different widgets can be scaled independently. These functions allow you to * manipulate this scaling on a per-widget basis. The object and all its @@ -1002,7 +1009,7 @@ elm_object_scale_get(const Evas_Object *obj) /** * @defgroup Styles Styles - * @ingroup Elementary + * @ingroup Main * * Widgets can have different styles of look. These generic API's set * styles of widgets, if they support them (and if the theme(s) do). @@ -1124,7 +1131,7 @@ elm_scale_all_set(double scale) /** * @defgroup Fingers Fingers - * @ingroup Elementary + * @ingroup Main * * Elementary is designed to be finger-friendly for touchscreens, and so in * addition to scaling for display resolution, it can also scale based on @@ -1208,7 +1215,7 @@ elm_coords_finger_size_adjust(int times_w, Evas_Coord *w, int times_h, Evas_Coor /** * @defgroup Focus Focus - * @ingroup Elementary + * @ingroup Main * * Objects have focus. This is what determines where the keyboard input goes to * within the application window. @@ -1294,7 +1301,7 @@ elm_object_focus_allow_get(const Evas_Object *obj) /** * @defgroup Scrollhints Scrollhints - * @ingroup Elementary + * @ingroup Main * * Objects when inside a scroller can scroll, but this may not always be * desireable in certain situations. This allows an object to hint to itself -- 2.7.4