From cfb2a7e1f971951c0af6007d7c905c8e1b45a292 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 30 Jun 2010 14:34:27 +0900 Subject: [PATCH] [elc_fileselector.c] [elm_animator.c] [elm_main.c] [elm_win.c] modified doxygen comments --- src/lib/elc_fileselector.c | 11 +---------- src/lib/elm_animator.c | 1 + src/lib/elm_main.c | 7 ------- src/lib/elm_win.c | 1 + 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c index b2d06a6..cfacf4c 100644 --- a/src/lib/elc_fileselector.c +++ b/src/lib/elc_fileselector.c @@ -6,16 +6,7 @@ * of files. It contains buttons for Home(~) and Up(..) as well as cancel/ok * buttons to confirm/cancel a selection. This widget is currently very much * in progress. - * - * TODO - * userdefined icon/label cb - * show/hide/add buttons ??? - * need a background ??? - * show/Hide hidden files - * double click to choose a file - * multiselection - * make variable/function names that are sensible - * + * Signals that you can add callbacks for are: * * "selected" - the user clicks on a file diff --git a/src/lib/elm_animator.c b/src/lib/elm_animator.c index 2cacb30..62a8681 100644 --- a/src/lib/elm_animator.c +++ b/src/lib/elm_animator.c @@ -2,6 +2,7 @@ /** * @addtogroup Animator Animator + * @ingroup Elementary * * Support basic animation functions for Evas_Object */ diff --git a/src/lib/elm_main.c b/src/lib/elm_main.c index e72bcf6..b752e1d 100644 --- a/src/lib/elm_main.c +++ b/src/lib/elm_main.c @@ -1327,13 +1327,6 @@ elm_object_scroll_freeze_pop(Evas_Object *obj) elm_widget_scroll_freeze_pop(obj); } -/** - * @defgroup WidgetNavigation Widget Tree Navigation. - * - * How to check if an Evas Object is an Elementary widget? How to get - * the first elementary widget that is parent of the given object? - * These are all covered in widget tree navigation. - */ /** * Check if the given Evas Object is an Elementary widget. diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c index d601892..b92ea89 100644 --- a/src/lib/elm_win.c +++ b/src/lib/elm_win.c @@ -1677,6 +1677,7 @@ _sub_del(void *data __UNUSED__, Evas_Object *obj, void *event_info) /** * @defgroup Inwin Inwin + * @ingroup Win * * An inwin is a window inside a window that is useful for a quick popup. It does not hover. */ -- 2.7.4