[elc_fileselector.c]
authorChunEon Park <chuneon.park@samsung.com>
Wed, 30 Jun 2010 05:34:27 +0000 (14:34 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Wed, 30 Jun 2010 05:34:27 +0000 (14:34 +0900)
[elm_animator.c]
[elm_main.c]
[elm_win.c]

modified  doxygen comments

src/lib/elc_fileselector.c
src/lib/elm_animator.c
src/lib/elm_main.c
src/lib/elm_win.c

index b2d06a6..cfacf4c 100644 (file)
@@ -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
index 2cacb30..62a8681 100644 (file)
@@ -2,6 +2,7 @@
 
 /**
  * @addtogroup Animator Animator
+ * @ingroup Elementary
  *
  * Support basic animation functions for Evas_Object 
 */
index e72bcf6..b752e1d 100644 (file)
@@ -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.
index d601892..b92ea89 100644 (file)
@@ -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.
  */