modify doxygen
authorHyunsil Park <hyunsil.park@samsung.com>
Tue, 22 Jun 2010 09:28:49 +0000 (18:28 +0900)
committerHyunsil Park <hyunsil.park@samsung.com>
Tue, 22 Jun 2010 09:28:49 +0000 (18:28 +0900)
91 files changed:
src/lib/elc_anchorblock.c [changed mode: 0644->0755]
src/lib/elc_anchorview.c [changed mode: 0644->0755]
src/lib/elc_fileselector.c [changed mode: 0644->0755]
src/lib/elc_fileselector_button.c [changed mode: 0644->0755]
src/lib/elc_hoversel.c [changed mode: 0644->0755]
src/lib/elc_notepad.c [changed mode: 0644->0755]
src/lib/elc_scrolled_entry.c
src/lib/elm_actionsheet.c [changed mode: 0644->0755]
src/lib/elm_actionslider.c
src/lib/elm_analogclock.c
src/lib/elm_animatedicon.c [changed mode: 0644->0755]
src/lib/elm_animator.c [changed mode: 0644->0755]
src/lib/elm_autocompleteview.c
src/lib/elm_bg.c [changed mode: 0644->0755]
src/lib/elm_box.c [changed mode: 0644->0755]
src/lib/elm_bubble.c [changed mode: 0644->0755]
src/lib/elm_button.c
src/lib/elm_buttonpicker.c
src/lib/elm_cabinet.c
src/lib/elm_check.c [changed mode: 0644->0755]
src/lib/elm_chronometer.c
src/lib/elm_clock.c [changed mode: 0644->0755]
src/lib/elm_colorpalette.c
src/lib/elm_colorpicker.c
src/lib/elm_conform.c [changed mode: 0644->0755]
src/lib/elm_controlbar.c
src/lib/elm_ctxpopup.c
src/lib/elm_datepicker.c
src/lib/elm_datepicker2.c
src/lib/elm_datepicker3.c
src/lib/elm_dialoguegroup.c
src/lib/elm_discpicker.c
src/lib/elm_diskcontroller.c
src/lib/elm_editfield.c
src/lib/elm_entry.c
src/lib/elm_flip.c [changed mode: 0644->0755]
src/lib/elm_frame.c [changed mode: 0644->0755]
src/lib/elm_gallery.c
src/lib/elm_gengrid.c [changed mode: 0644->0755]
src/lib/elm_genlist.c [changed mode: 0644->0755]
src/lib/elm_gridbox.c
src/lib/elm_hor_scroller.c
src/lib/elm_hover.c [changed mode: 0644->0755]
src/lib/elm_icon.c [changed mode: 0644->0755]
src/lib/elm_image.c [changed mode: 0644->0755]
src/lib/elm_index.c
src/lib/elm_label.c [changed mode: 0644->0755]
src/lib/elm_layout.c [changed mode: 0644->0755]
src/lib/elm_list.c [changed mode: 0644->0755]
src/lib/elm_map.c [changed mode: 0644->0755]
src/lib/elm_mapbuf.c [changed mode: 0644->0755]
src/lib/elm_menu.c [changed mode: 0644->0755]
src/lib/elm_navigationbar.c
src/lib/elm_notify.c
src/lib/elm_pagecontrol.c
src/lib/elm_pager.c
src/lib/elm_panel.c [changed mode: 0644->0755]
src/lib/elm_photo.c [changed mode: 0644->0755]
src/lib/elm_photocam.c [changed mode: 0644->0755]
src/lib/elm_picker.c
src/lib/elm_popup.c
src/lib/elm_progressbar.c [changed mode: 0644->0755]
src/lib/elm_quickcontactbadge.c
src/lib/elm_radio.c [changed mode: 0644->0755]
src/lib/elm_ratingbar.c
src/lib/elm_scrolled_grid.c [changed mode: 0644->0755]
src/lib/elm_scroller.c
src/lib/elm_searchbar.c
src/lib/elm_segment_control.c
src/lib/elm_separator.c [changed mode: 0644->0755]
src/lib/elm_slider.c [changed mode: 0644->0755]
src/lib/elm_slideshow.c [changed mode: 0644->0755]
src/lib/elm_slidingdrawer.c
src/lib/elm_softkey.c
src/lib/elm_spinner.c [changed mode: 0644->0755]
src/lib/elm_tab.c
src/lib/elm_tabbar.c
src/lib/elm_table.c [changed mode: 0644->0755]
src/lib/elm_theme.c [changed mode: 0644->0755]
src/lib/elm_thumb.c [changed mode: 0644->0755]
src/lib/elm_timepicker.c
src/lib/elm_timepicker3.c
src/lib/elm_titlebar.c
src/lib/elm_toggle.c [changed mode: 0644->0755]
src/lib/elm_toolbar.c [changed mode: 0644->0755]
src/lib/elm_toolbar2.c
src/lib/elm_transit.c [changed mode: 0644->0755]
src/lib/elm_viewflipper.c
src/lib/elm_win.c
src/lib/elm_wipercontrol.c
src/lib/elm_zoomcontrols.c

old mode 100644 (file)
new mode 100755 (executable)
index 11d21f3..7f10bc0
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Anchorblock Anchorblock
+ * @ingroup Elementary
  *
  * Anchorblock is for displaying tet that contains markup with anchors like:
  * \<a href=1234\>something\</\> in it. These will be drawn differently and will
old mode 100644 (file)
new mode 100755 (executable)
index 2055bd3..42f5b2f
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Anchorview Anchorview
+ * @ingroup Elementary
  *
  * This is just like the Anchorblock object, but provides a scroller to hold
  * the text automatically.
old mode 100644 (file)
new mode 100755 (executable)
index 90a2e09..b2d06a6
@@ -1,5 +1,6 @@
 /**
  * @defgroup Fileselector Fileselector
+ * @ingroup Elementary
  *
  * A fileselector is a widget that allows a user to navigate through a tree
  * of files.  It contains buttons for Home(~) and Up(..) as well as cancel/ok
old mode 100644 (file)
new mode 100755 (executable)
index 08ba775..637abbb
@@ -3,6 +3,7 @@
 
  /**
  * @defgroup File_Selector_Button File Selector Button
+ * @ingroup Elementary
  *
  * A button that, when clicked, creates an Elementary window (or inner
  * window) with an Elementary File Selector within. When a file is
old mode 100644 (file)
new mode 100755 (executable)
index ddcb156..baeae6c
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @defgroup Hoversel
+ * @defgroup Hoversel Hoversel
+ * @ingroup Elementary
  *
  * A hoversel is a button that pops up a list of items (automatically
  * choosing the direction to display) that have a lable and/or an icon to
old mode 100644 (file)
new mode 100755 (executable)
index 743303e..c44278c
@@ -2,6 +2,7 @@
 #include "elm_priv.h"
 /**
  * @defgroup Notepad Notepad
+ * @ingroup Elementary
  *
  * The notepad is an object for quickly loading a text file, displaying it,
  * allowing editing of it and saving of changes back to the file loaded.
index 9638927..f0260eb 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Scrolled_Entry Scrolled_Entry
+ * @ingroup Elementary
  *
  * A scrolled entry is a convenience widget which shows
  * a box that the user can enter text into.  Unlike an
old mode 100644 (file)
new mode 100755 (executable)
index c106ff7..d2e6809
@@ -4,7 +4,8 @@
 #include <errno.h>
 
 /**
- * @addtogroup ActionSheet ActionSheet
+ * @defgroup ActionSheet ActionSheet
+ * @ingroup Elementary
  *
  * Display an action sheet
  *
index c83ba5e..12cf17e 100755 (executable)
@@ -12,7 +12,8 @@
 
 /**
  *
- * @addtogroup Actionslider Actionslider
+ * @defgroup Actionslider Actionslider
+ * @ingroup Elementary
  *
  * This is an actionslider.
  */
index a54edbf..e7a37dd 100755 (executable)
@@ -1,3 +1,14 @@
+
+
+/**
+ *
+ * @defgroup Analogclock Analogclock
+ * @ingroup Elementary
+ *
+ * This is an analogclock.
+ */
+
+
 /*
  *
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
old mode 100644 (file)
new mode 100755 (executable)
index f32b3e8..732d808
@@ -11,7 +11,8 @@
  */
 
 /**
- * @addtogroup Animatedicon Animatedicon 
+ * @defgroup Animatedicon Animatedicon 
+ * @ingroup Elementary
  *
  * This is an animatedicon.
  */
old mode 100644 (file)
new mode 100755 (executable)
index 28d567a..38ea583
@@ -1,7 +1,8 @@
 #include <Elementary.h>
 
 /**
- * @addtogroup Animator Animator
+ * @defgroup Animator Animator
+ * @ingroup Elementary
  *
  * Support basic animation functions for Evas_Object 
 */
index 880164b..a55a250 100755 (executable)
@@ -3,6 +3,7 @@
 \r
 /**\r
  * @defgroup Autocompleteview Autocompleteview\r
+ * @ingroup Elementary\r
  *\r
  * This widget show's the completed strings in a dropdown list \r
  * based on the initial few characters entered by the user.\r
old mode 100644 (file)
new mode 100755 (executable)
index 6e08c41..a08a0f4
@@ -5,6 +5,7 @@
 
 /**
  * @defgroup Bg Bg
+ * @ingroup Elementary
  *
  * The bg object is used for setting a solid background to a window or packing
  * into any container object.
old mode 100644 (file)
new mode 100755 (executable)
index 2eab987..6eb9078
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Box Box
+ * @ingroup Elementary
  *
  * A box object arranges objects in a single row within a box. Sub objects can
  * be added at the start, end or before or after any existing object in the
old mode 100644 (file)
new mode 100755 (executable)
index 264fe87..b1c82df
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Bubble Bubble
+ * @ingroup Elementary
  *
  * The Bubble is an widget used to show a text in a frame as speech is
  * represented in comics.
index 3fda21e..830c3ed 100755 (executable)
@@ -7,6 +7,7 @@
 
 /**
  * @defgroup Button Button
+ * @ingroup Elementary
  *
  * This is a push-button. Press it and run some function. It can contain
  * a simple label and icon object.
index ea72faf..8e985cf 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Buttonpicker Buttonpicker
+ * @defgroup Buttonpicker Buttonpicker
+ * @ingroup Elementary
  *
  * This is a buttonpicker.
  */
index 79c9291..486e318 100755 (executable)
@@ -16,7 +16,8 @@
 //#define SCALE_DOWN_FACTOR (0.125)
 
 /**
- * @addtogroup Cabinet Cabinet
+ * @defgroup Cabinet Cabinet
+ * @ingroup Elementary
  *
  * This is a cabinet.
  */
old mode 100644 (file)
new mode 100755 (executable)
index c91956a..50806b5
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Check Check
+ * @ingroup Elementary
  *
  * The check widget allows for toggling a value between true or false (1 or 0).
  *
index 48eff8b..7944ef3 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Chronometer Chronometer
+ * @defgroup Chronometer Chronometer
+ * @ingroup Elementary
  *
  * It's a widget to show chronometer. 
  *
old mode 100644 (file)
new mode 100755 (executable)
index 6606ba5..9eb0116
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Clock Clock
+ * @ingroup Elementary
  *
  * It's a widget to show clock with animation. The update of time is
  * shown in an animation like the flip of a sheet.
index 79cbb32..014ca21 100755 (executable)
@@ -3,7 +3,8 @@
 #include <Ecore.h>
 
 /**
- * @addtogroup Colorpalette Colorpalette
+ * @defgroup Colorpalette Colorpalette
+ * @ingroup Elementary
  *
  * Using colorpalette, you can select a color by clicking
  * a color rectangle on the colorpalette.
index 55b813d..2026412 100755 (executable)
@@ -3,7 +3,8 @@
 #include <Ecore.h>
 
 /**
- * @addtogroup Colorpicker Colorpicker
+ * @defgroup Colorpicker Colorpicker
+ * @ingroup Elementary
  *
  * By using colorpicker, you can select a color.
  * Colorpicker made a color using HSV/HSB mode.
old mode 100644 (file)
new mode 100755 (executable)
index 85bceb9..23bf98c
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Conformant Conformant
+ * @ingroup Elementary
  * 
  * The aim is to provide a widget that can be used in elementary apps to 
  * account for space taken up by the indicator & softkey windows when running 
index 12edcd5..39aff25 100755 (executable)
@@ -1,5 +1,6 @@
 /**
- * @addtogroup Controlbar Controlbar
+ * @defgroup Controlbar Controlbar
+ * @ingroup Elementary
  *
  * This is a Controlbar. It can contain label and icon objects.
  * In edit mode, you can change the location of items.
index cfe04d3..52b279a 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Ctxpopup
+ * @defgroup Ctxpopup Ctxpopup
+ * @ingroup Elementary
  *
  * Contextual popup.
  */
index 33923b9..b265300 100755 (executable)
@@ -4,7 +4,8 @@
 #include <string.h>
 
 /**
- * @addtogroup Datepicker Datepicker
+ * @defgroup Datepicker Datepicker
+ * @ingroup Elementary
  *
  * This is a date picker.
  */
index 75930c8..5fe7aa2 100755 (executable)
@@ -4,7 +4,8 @@
 #include <string.h>
 
 /**
- * @addtogroup Datepicker Datepicker
+ * @defgroup Datepicker2 Datepicker2
+ * @ingroup Elementary
  *
  * This is a date picker.
  */
@@ -438,7 +439,7 @@ _callback_init(Evas_Object *obj)
  * @param parent The parent object
  * @return The new object or NULL if it cannot be created
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI Evas_Object *
 elm_datepicker2_add(Evas_Object *parent)
@@ -490,7 +491,7 @@ elm_datepicker2_add(Evas_Object *parent)
  * @param month The month to set
  * @param day The day to set
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_set(Evas_Object *obj, int year, int month, int day)
@@ -518,7 +519,7 @@ elm_datepicker2_date_set(Evas_Object *obj, int year, int month, int day)
  * @param month The pointer to the variable get the selected month
  * @param day The pointer to the variable get the selected day
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_get(Evas_Object *obj, int *year, int *month, int *day)
@@ -541,7 +542,7 @@ elm_datepicker2_date_get(Evas_Object *obj, int *year, int *month, int *day)
  * @param month The month to set
  * @param day The day to set
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_min_set(Evas_Object *obj, int year, int month, int day)
@@ -557,7 +558,7 @@ elm_datepicker2_date_min_set(Evas_Object *obj, int year, int month, int day)
  * @param month The pointer to the variable get the minimum month
  * @param day The pointer to the variable get the minimum day
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_min_get(Evas_Object *obj, int *year, int *month, int *day)
@@ -580,7 +581,7 @@ elm_datepicker2_date_min_get(Evas_Object *obj, int *year, int *month, int *day)
  * @param month The month to set
  * @param day The day to set
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_max_set(Evas_Object *obj, int year, int month, int day)
@@ -596,7 +597,7 @@ elm_datepicker2_date_max_set(Evas_Object *obj, int year, int month, int day)
  * @param month The pointer to the variable get the maximum month
  * @param day The pointer to the variable get the maximum day
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_max_get(Evas_Object *obj, int *year, int *month, int *day)
@@ -617,7 +618,7 @@ elm_datepicker2_date_max_get(Evas_Object *obj, int *year, int *month, int *day)
  * @param obj The datepicker object
  * @param fmt The date format, ex) yymmdd
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI void
 elm_datepicker2_date_format_set(Evas_Object *obj, const char *fmt)
@@ -642,7 +643,7 @@ elm_datepicker2_date_format_set(Evas_Object *obj, const char *fmt)
  * @param obj The datepicker object
  * @return The date format of given datepicker
  *
- * @ingroup Datepicker
+ * @ingroup Datepicker2
  */
 EAPI const char *
 elm_datepicker2_date_format_get(Evas_Object *obj)
index ba0458d..d98d6ae 100755 (executable)
@@ -4,7 +4,8 @@
 #include <string.h>
 
 /**
- * @addtogroup Datepicker3 Datepicker3
+ * @defgroup Datepicker3 Datepicker3
+ * @ingroup Elementary
  *
  * This is a date picker3.
  */
index 31dffa8..6129e90 100755 (executable)
@@ -3,7 +3,8 @@
 #include <Ecore.h>
 
 /**
- * @addtogroup DialogueGroup DialogueGroup 
+ * @defgroup DialogueGroup DialogueGroup 
+ * @ingroup Elementary
  *
  * Using dialoguegroup, you can make a dialogue group.
  */
index 1a4966d..bab35fa 100755 (executable)
@@ -3,7 +3,8 @@
 #include <math.h>
 
 /**
- * @addtogroup Discpicker Discpicker
+ * @defgroup Discpicker Discpicker
+ * @ingroup Elementary
  *
  * This is a discpicker.
  */
index a82a3f7..a39bb12 100755 (executable)
@@ -12,7 +12,8 @@
 \r
 \r
 /**\r
- * @addtogroup Diskcontroller Diskcontroller\r
+ * @defgroup Diskcontroller Diskcontroller\r
+ * @ingroup Elementary\r
  *\r
  * This is a Diskcontroller. It can contain label and icon objects.\r
  */\r
index c38fd0b..87a3169 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Editfield Editfield
+ * @defgroup Editfield Editfield
+ * @ingroup Elementary
  *
  * This is a editfield. It can contain a simple label and icon objects.
  */
index d138e2f..d72fe0b 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Entry Entry
+ * @ingroup Elementary
  *
  * An entry is a convenience widget which shows
  * a box that the user can enter text into.  Unlike a
old mode 100644 (file)
new mode 100755 (executable)
index 0bca0b3..6c03a34
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Flip Flip
+ * @ingroup Elementary
  *
  * This holds 2 content objects: one on the front and one on the back. It
  * allows you to flip from front to back and vice-versa using various effects.
old mode 100644 (file)
new mode 100755 (executable)
index 3acd071..eebbf49
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Frame Frame
+ * @ingroup Elementary
  *
  * This holds some content and has a title. Looks like a frame, but
  * supports styles so multple frames are avaible
index ec55070..7d9a5a8 100755 (executable)
@@ -1,6 +1,7 @@
 /**\r
   *\r
-  * @addtogroup Gallery\r
+  * @defgroup Gallery\r
+  * @ingroup Elementary\r
   *\r
   * This is an gallery.\r
   *\r
old mode 100644 (file)
new mode 100755 (executable)
index 6a54fa1..2a3f34a
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Gengrid Gengrid
+ * @ingroup Elementary
  *
  * This widget aims to position objects in a grid layout while actually
  * building only the visible ones, using the same idea as genlist: the user
old mode 100644 (file)
new mode 100755 (executable)
index dcf3b63..576a0d7
@@ -7,6 +7,7 @@
 
 /**
  * @defgroup Genlist Genlist
+ * @ingroup Elementary
  *
  * The aim was to have  more expansive list that the simple list in
  * Elementary that could have more flexible items and allow many more entries
index ddf0892..796de27 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Gridbox
+ * @defgroup Gridbox Gridbox
+ * @ingroup Elementary
  *
  * This is a gridbox
  */
index 755d5dc..61ffcd6 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Scroller Scroller
+ * @defgroup Scroller Scroller
+ * @ingroup Elementary
  *
  * A scroller holds a single object and "scrolls it around". This means that
  * it allows the user to use a scrollbar (or a finger) to drag the viewable
old mode 100644 (file)
new mode 100755 (executable)
index 9e0d43c..5f98472
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Hover Hover
+ * @ingroup Elementary
  *
  * A Hover object will over over the @p Parent object at the @p Target
  * location.  Anything in the background will be given a darker coloring
old mode 100644 (file)
new mode 100755 (executable)
index c4ae4b6..e4e6b8c
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Icon Icon
+ * @ingroup Elementary
  *
  * A standard icon that may be provided by the theme (delete, edit,
  * arrows etc.) or a custom file (PNG, JPG, EDJE etc.) used for an
old mode 100644 (file)
new mode 100755 (executable)
index d04df56..dcc9824
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Image Image
+ * @ingroup Elementary
  *
  * A standard image that may be provided by the theme (delete, edit,
  * arrows etc.) or a custom file (PNG, JPG, EDJE etc.) used for an
index 05daf28..0c70bd9 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Index Index
+ * @ingroup Elementary
  *
  * An index object is a type of list that categorizes items in it
  * by letter.
old mode 100644 (file)
new mode 100755 (executable)
index 58c6864..7212a33
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Label Label
+ * @defgroup Label Label
+ * @ingroup Elementary
  *
  * Display text, with simple html-like markup. The theme of course
  * can invent new markup tags and style them any way it likes
old mode 100644 (file)
new mode 100755 (executable)
index c6d63a9..3ba67d7
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Layout Layout
+ * @ingroup Elementary
  *
  * This takes a standard Edje design file and wraps it very thinly
  * in a widget and handles swallowing widgets into swallow regions
old mode 100644 (file)
new mode 100755 (executable)
index b7844b2..34a7a52
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup List List
+ * @ingroup Elementary
  *
  * A list is a very simple type of list widget.  For more robust
  * lists, @ref Genlist should probably be used.
old mode 100644 (file)
new mode 100755 (executable)
index 945a2b2..74e1e48
@@ -7,6 +7,7 @@
 
 /**
  * @defgroup Map Map
+ * @ingroup Elementary
  *
  * This is a widget specifically for displaying the free map OpenStreetMap.
  *
old mode 100644 (file)
new mode 100755 (executable)
index 023c4ae..e81016a
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Mapbuf Mapbuf
+ * @ingroup Elementary
  *
  * This holds 1 content object and uses an Evas Map to move/resize etc. it.
  */
old mode 100644 (file)
new mode 100755 (executable)
index 85d9ca9..0fc9d6d
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Menu Menu
+ * @ingroup Elementary
  *
  * A menu is a list of items displayed above the window. Each item can
  * have a sub-menu. The menu object can be used to display a menu on right
index b014f60..f39750e 100755 (executable)
@@ -3,7 +3,7 @@
 
 /**
  * @defgroup NavigationBar NavigationBar
- * @ingroup [Elementary]
+ * @ingroup Elementary
  *
  * The Navigationbar is an object that manages the presentation of hierarchical data in your application.
  * It covers whole content region with a bar, typically displayed at the top of the screen, 
index 1833491..37e35dc 100755 (executable)
@@ -7,6 +7,7 @@
 
 /**
  * @defgroup Notify notify
+ * @ingroup Elementary
  *
  * Display a window in a particular region of the application (top, bottom ...).
  * A timeout can be set to automatically close the window.
index 75a8bba..f6aeb6e 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup PageControl PageControl
+ * @ingroup Elementary
  *
  *  A page control is a succession of dots centered in the control.
  *  Each dot corresponds to a page in the application\92s document (or other data-model entity),
index 3c144c3..3a6a434 100755 (executable)
@@ -3,7 +3,7 @@
 
 /**
  * @defgroup Pager Pager
- * @ingroup [Elementary]
+ * @ingroup Elementary
  *
  * The pager is an object that allows flipping (with animation) between 1 or
  * more ?\9cpages??of objects, much like a stack of windows within the window.
old mode 100644 (file)
new mode 100755 (executable)
index ee7b844..ff49d1a
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Panel Panel
+ * @ingroup Elementary
  *
  * A panel is a type of animated container that contains subobjects.  It
  * can be expanded or contracted.
old mode 100644 (file)
new mode 100755 (executable)
index 8d8b8ab..12a7c01
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Photo Photo
+ * @ingroup Elementary
  *
  * For displaying the photo of a person (contact). Simple yet
  * with a very specific purpose. 
old mode 100644 (file)
new mode 100755 (executable)
index 183ec05..bc05214
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Photocam Photocam
+ * @ingroup Elementary
  *
  * This is a widget specifically for displaying high-resolution digital
  * camera photos giving speedy feedback (fast load), low memory footprint
index 54dd0c1..d2559bd 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Picker Picker
+ * @defgroup Picker Picker
+ * @ingroup Elementary
  *
  * This is a picker.
  */
index 13622c8..15ff221 100755 (executable)
@@ -4,6 +4,7 @@
 \r
 /**\r
  * @defgroup Popup Popup\r
+ * @ingroup Elementary\r
  *\r
  * This is a popup widget. it can be used to display information/ get information from user.\r
  */\r
old mode 100644 (file)
new mode 100755 (executable)
index d290f1d..3d6034e
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Progressbar Progressbar
+ * @ingroup Elementary
  *
  * The progressbar adds a widget for representing current progress
  * of a job status
index 3f731ac..772bc88 100755 (executable)
@@ -12,7 +12,8 @@
 
 /**
  *
- * @addtogroup QuickContactBadge
+ * @defgroup QuickContactBadge QuickContactBadge
+ * @ingroup Elementary
  *
  * This is an quickcontactbadge.
  */
old mode 100644 (file)
new mode 100755 (executable)
index bcc2dda..6b06b16
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Radio Radio
+ * @ingroup Elementary
  *
  * The radio button allows for 1 or more selectors to be created to select 1
  * of a set of options.
index 7a562dc..0013687 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Ratingbar Ratingbar
+ * @defgroup Ratingbar Ratingbar
+ * @ingroup Elementary
  *
  * This is a ratingbar.
  */
old mode 100644 (file)
new mode 100755 (executable)
index 2c69c91..329956b
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Grid Scrolled Grid
+ * @ingroup Elementary
  *
  * This widget aims to position objects in a grid layout while actually
  * building only the visible ones, using the same idea as genlist: the user
index 7cea324..f6f788c 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Scroller Scroller
+ * @ingroup Elementary
  *
  * A scroller holds a single object and "scrolls it around". This means that
  * it allows the user to use a scrollbar (or a finger) to drag the viewable
index 2a7d57c..bca9904 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Searchbar 
+ * @defgroup Searchbar Searchbar
+ * @ingroup Elementary
  *
  * This is Searchbar. 
  * It can contain a simple entry and button object.
index b2351f6..d3e7663 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup SegmentControl SegmentControl
+ * @defgroup SegmentControl SegmentControl
+ * @ingroup Elementary
  *
  * SegmentControl object is a horizontal control made of multiple segments,
  * each segment functioning as a discrete button. A segmented control affords a compact means to group together a number of controls.
old mode 100644 (file)
new mode 100755 (executable)
index 5796fee..319ff35
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Separator Separator
+ * @ingroup Elementary
  *
  * A separator is a widget that adds a very thin object to separate other objects.
  * A separator can be vertical or horizontal.
old mode 100644 (file)
new mode 100755 (executable)
index e7d2132..44c717a
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Slider Slider
+ * @ingroup Elementary
  *
  * The slider adds a dragable “slider” widget for selecting the value of
  * something within a range.
old mode 100644 (file)
new mode 100755 (executable)
index ec734b3..ed2ff90
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Slideshow slideshow
+ * @ingroup Elementary
  *
  * This object display a list of object (generally a list of images) and some actions like
  * next/previous are used to navigate. The animations are defined in the theme,
index d05e4cb..dc01d4f 100755 (executable)
@@ -1,5 +1,6 @@
 /*\r
- * @addgroup SlidingDrawer\r
+ * @defgroup SlidingDrawer SlidingDrawer\r
+ * @ingroup Elementary\r
  *\r
  * This is a slidingdrawer.\r
  */\r
index 1fe539b..28be8ba 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Softkey Softkey
+ * @defgroup Softkey Softkey
+ * @ingroup Elementary
  *
  * This is a softkey
  */
old mode 100644 (file)
new mode 100755 (executable)
index 4ba970b..3dc47aa
@@ -3,7 +3,8 @@
 #include <ctype.h>
 
 /**
- * @defgroup Spinner
+ * @defgroup Spinner Spinner
+ * @ingroup Elementary
  *
  * A spinner is a widget which allows the user to increase or decrease
  * numeric values. By default the spinner will not wrap and has a label
index e461250..5a30e9c 100755 (executable)
@@ -13,6 +13,7 @@
 \r
 /**\r
  * @addtogroup Tab Tab\r
+ * @ingroup Elementary\r
  *\r
  * This is a Tab. It can contain label and icon objects.\r
  * You can change the location of items.\r
index f5699ff..e9b3022 100755 (executable)
@@ -12,7 +12,8 @@
 \r
 \r
 /**\r
- * @addtogroup Tab Tab\r
+ * @defgroup Tab Tab\r
+ * @ingroup Elementary\r
  *\r
  * This is a Tab. It can contain label and icon objects.\r
  * You can change the location of items.\r
old mode 100644 (file)
new mode 100755 (executable)
index 45c3d44..ac5e997
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Table Table
+ * @ingroup Elementary
  *
  * Arranges widgets in a table where items can also span multiple
  * columns or rows - even overlap (and then be raised or lowered
old mode 100644 (file)
new mode 100755 (executable)
index 3dc0bba..da5e00a
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @defgroup Theme
+ * @defgroup Theme Theme
+ * @ingroup Elementary
  *
  * Functions to modify the theme in the currently running app.
  */
old mode 100644 (file)
new mode 100755 (executable)
index 3764898..5d88fb1
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Thumb Thumb
+ * @ingroup Elementary
  *
  * A thumb object is used for displaying the thumbnail of an image or video.
  * You must have compiled Elementary with Ethumb_Client support and the DBus
index 266e4b9..793af1c 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Timepicker Timepicker
+ * @defgroup Timepicker Timepicker
+ * @ingroup Elementary
  *
  * This is a time picker.
  */
index 0ff70ec..448d23f 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Timepicker3 Timepicker3
+ * @defgroup Timepicker3 Timepicker3
+ * @ingroup Elementary
  *
  * This is a time picker3.
  */
index 2340a68..20c51d5 100755 (executable)
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Titlebar Titlebar
+ * @defgroup Titlebar Titlebar
+ * @ingroup Elementary
  *
  * This is a titlebar widget. It can contain simple label,icon 
  * and other objects.
old mode 100644 (file)
new mode 100755 (executable)
index b057215..bd37273
@@ -2,7 +2,8 @@
 #include "elm_priv.h"
 
 /**
- * @defgroup Toggle
+ * @defgroup Toggle Toggle
+ * @ingroup Elementary
  *
  * A toggle is a slider which can be used to toggle between
  * two values.  It has two states: on and off.
old mode 100644 (file)
new mode 100755 (executable)
index 878ffa6..7e0ccf6
@@ -6,6 +6,7 @@
 
 /**
  * @defgroup Toolbar Toolbar
+ * @ingroup Elementary
  *
  * A toolbar is a widget that displays a list of buttons inside
  * a box.  It is scrollable, and only one item can be selected at a time.
index 3361235..d306115 100755 (executable)
@@ -5,9 +5,9 @@
 #include "elm_priv.h"
 
 /**
- * @addtogroup Toolbar Toolbar
+ * @defgroup Toolbar Toolbar
+ * @ingroup Elementary
  *
- * @addtogroup Toolbar Toolbar
  * For listing a selection of items in a list within a "bar", each item having an icon and label.
  * This is more or less intended for use when selecting different modes - much like a tab widget,
  * but this is just the bar piece.
old mode 100644 (file)
new mode 100755 (executable)
index 3db38c5..c132f1e
@@ -13,7 +13,8 @@
 
 /**
  *
- * @addtogroup Transit
+ * @defgroup Transit Transit
+ * @ingroup Elementary
  *
  * Transit 
 */
index b694687..d0ffed9 100755 (executable)
@@ -1,6 +1,7 @@
 /**\r
   *\r
-  * @addtogroup Viewflipper\r
+  * @defgroup Viewflipper Viewflipper\r
+  * @ingroup Elementary\r
   *\r
   * This is an viewflipper.\r
   * viewflipper api can retrun the following values \r
index dabc141..d601892 100755 (executable)
@@ -3,6 +3,7 @@
 
 /**
  * @defgroup Win Win
+ * @ingroup Elementary
  *
  * The window class of Elementary.  Contains functions to manipulate
  * windows.
index 428f9d7..e12b5f9 100755 (executable)
@@ -1,5 +1,6 @@
 /*\r
- * @addgroup WiperControl\r
+ * @defgroup WiperControl WiperControl\r
+ * @ingroup Elementary\r
  *\r
  * This is a wipercontrol.\r
  */\r
index fdd39cb..ccdf376 100755 (executable)
@@ -7,7 +7,8 @@
 
 #define ZC_DEFAULT_RANGE 5
 /**
- * @addtogroup ZoomControls
+ * @defgroup ZoomControls ZoomControls
+ * @ingroup Elementary
  *
  * This is a zoomcontrols. Press it and run some function.
  */