Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_attach.h ewl_border.h ewl_box.h ewl_button.h ewl_calendar.h ewl_callback.h ewl_cell.h ewl_check.h ewl_checkbutton.h ewl_colordialog.h ewl_colorpicker.h ewl_config.h ewl_container.h ewl_datepicker.h ewl_dialog.h ewl_dnd.h ewl_embed.h ewl_entry.h ewl_enums.h ewl_events.h ewl_filedialog.h ewl_fileselector.h ewl_floater.h ewl_grid.h ewl_iconbox.h ewl_image.h ewl_imenu.h ewl_label.h ewl_macros.h ewl_media.h ewl_menu.h ewl_menu_base.h ewl_menu_item.h ewl_menubar.h ewl_misc.h ewl_model.h ewl_notebook.h ewl_object.h ewl_overlay.h ewl_paned.h ewl_password.h ewl_progressbar.h ewl_radiobutton.h ewl_row.h ewl_scrollbar.h ewl_scrollpane.h ewl_seeker.h ewl_separator.h ewl_spacer.h ewl_spectrum.h ewl_spinner.h ewl_statusbar.h ewl_table.h ewl_theme.h ewl_tree.h ewl_tree2.h ewl_view.h ewl_widget.h ewl_window.h Log Message: - update all defgroups to addtogroups =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_attach.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_attach.h 17 Feb 2006 02:19:26 -0000 1.9 +++ ewl_attach.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_ATTACH_H /** - * @defgroup Ewl_Attach Ewl_Attach: A mechanism to attach data to widgets. + * @addtogroup Ewl_Attach Ewl_Attach: A mechanism to attach data to widgets. * @brief Defines methods for attaching data to widgets * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_border.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_border.h 16 Feb 2006 17:06:43 -0000 1.7 +++ ewl_border.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_BORDER_H /** - * @defgroup Ewl_Border Ewl_Border: A container with a border and label + * @addtogroup Ewl_Border Ewl_Border: A container with a border and label * @brief Defines the Ewl_Border class used for adding a border decoration * around a group of widgets. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_box.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_box.h 16 Feb 2006 17:06:43 -0000 1.10 +++ ewl_box.h 14 Mar 2006 06:00:43 -0000 1.11 @@ -2,7 +2,7 @@ #define EWL_BOX_H /** - * @defgroup Ewl_Box Ewl_Box: The Box Layout Container. + * @addtogroup Ewl_Box Ewl_Box: The Box Layout Container. * @brief Defines the Ewl_Box class used for laying out Ewl_Widget's in a * horizontal or vertical line. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_button.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_button.h 13 Mar 2006 18:14:13 -0000 1.16 +++ ewl_button.h 14 Mar 2006 06:00:43 -0000 1.17 @@ -2,7 +2,7 @@ #define EWL_BUTTON_H /** - * @defgroup Ewl_Button Ewl_Button: The Basic Button + * @addtogroup Ewl_Button Ewl_Button: The Basic Button * @brief The button class is a basic button with a label. This class inherits * from the Ewl_Box to allow for placing any other widget inside the button. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_calendar.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_calendar.h 16 Feb 2006 17:06:43 -0000 1.9 +++ ewl_calendar.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_CALENDAR_H /** - * @defgroup Ewl_Calendar Ewl_Calendar: The EWL Calendar Widget + * @addtogroup Ewl_Calendar Ewl_Calendar: The EWL Calendar Widget * @brief Defines the Ewl_Calendar class * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_callback.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_callback.h 15 Feb 2006 17:40:49 -0000 1.8 +++ ewl_callback.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_CALLBACK_H /** - * @defgroup Ewl_Callback Ewl_Callback: The Callback Mechanisms + * @addtogroup Ewl_Callback Ewl_Callback: The Callback Mechanisms * Defines methods for creating and modifying callbacks on widgets * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_cell.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_cell.h 16 Feb 2006 17:06:43 -0000 1.6 +++ ewl_cell.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -2,7 +2,7 @@ #define EWL_CELL_H /** - * @defgroup Ewl_Cell Ewl_Cell: The Cell Container, Layout for a Single Widget + * @addtogroup Ewl_Cell Ewl_Cell: The Cell Container, Layout for a Single Widget * Defines a container to layout a single child with all of it's available space. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_check.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_check.h 17 Feb 2006 00:26:29 -0000 1.9 +++ ewl_check.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_CHECK_H /** - * @defgroup Ewl_Check Ewl_Check: The Simple Check for a Checkbutton + * @addtogroup Ewl_Check Ewl_Check: The Simple Check for a Checkbutton * Defines a widget with single purpose of providing a button with a checked * state, without any extra decorating. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_checkbutton.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_checkbutton.h 16 Feb 2006 17:06:43 -0000 1.9 +++ ewl_checkbutton.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_CHECKBUTTON_H /** - * @defgroup Ewl_Checkbutton Ewl_Checkbutton: An Ewl_Checkbutton with Label + * @addtogroup Ewl_Checkbutton Ewl_Checkbutton: An Ewl_Checkbutton with Label * @brief Defines an Ewl_Checkbutton that inherits from Ewl_Widget and * provides an Ewl_Check that changes value on each click. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_colordialog.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ewl_colordialog.h 16 Feb 2006 17:06:43 -0000 1.11 +++ ewl_colordialog.h 14 Mar 2006 06:00:43 -0000 1.12 @@ -2,7 +2,7 @@ #define EWL_COLORDIALOG_H /** - * @defgroup Ewl_Colordialog Ewl_Colordialog: A Simple Colour Dialog widget + * @addtogroup Ewl_Colordialog Ewl_Colordialog: A Simple Colour Dialog widget * * @{ */ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_colorpicker.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ewl_colorpicker.h 16 Feb 2006 17:06:43 -0000 1.14 +++ ewl_colorpicker.h 14 Mar 2006 06:00:43 -0000 1.15 @@ -2,7 +2,7 @@ #define EWL_COLORPICKER_H /** - * @defgroup Ewl_Colorpicker Ewl_Colorpicker: The colour picking widget + * @addtogroup Ewl_Colorpicker Ewl_Colorpicker: The colour picking widget * * @{ */ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_config.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_config.h 16 Feb 2006 17:06:43 -0000 1.9 +++ ewl_config.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_CONFIG_H /** - * @defgroup Ewl_Config Ewl_Config: Functions for Manipulating Configuration Data + * @addtogroup Ewl_Config Ewl_Config: Functions for Manipulating Configuration Data * * @{ */ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_container.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- ewl_container.h 16 Feb 2006 21:52:42 -0000 1.19 +++ ewl_container.h 14 Mar 2006 06:00:43 -0000 1.20 @@ -2,7 +2,7 @@ #define EWL_CONTAINER_H /** - * @defgroup Ewl_Container Ewl_Container: Widgets Holding Other Widgets + * @addtogroup Ewl_Container Ewl_Container: Widgets Holding Other Widgets * @brief Define the Ewl_Container class which inherits from Ewl_Widget and adds * the ability to nest Ewl_Widget's inside. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_datepicker.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_datepicker.h 16 Feb 2006 17:06:43 -0000 1.6 +++ ewl_datepicker.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -2,7 +2,7 @@ #define EWL_DATEPICKER_H /** - * @defgroup Ewl_Datepicker Ewl_Datepicker: The EWL Datepicker widget + * @addtogroup Ewl_Datepicker Ewl_Datepicker: The EWL Datepicker widget * @brief Defines the Ewl_Datepicker class, * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_dialog.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_dialog.h 16 Feb 2006 17:06:43 -0000 1.10 +++ ewl_dialog.h 14 Mar 2006 06:00:43 -0000 1.11 @@ -2,7 +2,7 @@ #define EWL_DIALOG_H /** - * @defgroup Ewl_Dialog Ewl_Dialog: A dialog window + * @addtogroup Ewl_Dialog Ewl_Dialog: A dialog window * @brief Defines the Ewl_Dialog class which extends the Ewl_Window class. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_dnd.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_dnd.h 16 Feb 2006 17:06:43 -0000 1.10 +++ ewl_dnd.h 14 Mar 2006 06:00:43 -0000 1.11 @@ -2,7 +2,7 @@ #define EWL_DND_H /** - * @defgroup Ewl_Dnd Ewl_Dnd: The files containing DND functions + * @addtogroup Ewl_Dnd Ewl_Dnd: The files containing DND functions * * @{ */ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_embed.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ewl_embed.h 16 Feb 2006 17:06:43 -0000 1.14 +++ ewl_embed.h 14 Mar 2006 06:00:43 -0000 1.15 @@ -2,7 +2,7 @@ #define EWL_EMBED_H /** - * @defgroup Ewl_Embed Ewl_Embed: A Container for Displaying on an Evas + * @addtogroup Ewl_Embed Ewl_Embed: A Container for Displaying on an Evas * Defines the Ewl_Embed class to provide EWL with the ability to work with an * evas. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_entry.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- ewl_entry.h 19 Feb 2006 16:13:53 -0000 1.18 +++ ewl_entry.h 14 Mar 2006 06:00:43 -0000 1.19 @@ -2,7 +2,7 @@ #define EWL_ENTRY_H /** - * @defgroup Ewl_Entry Ewl_Entry: A text entry widget + * @addtogroup Ewl_Entry Ewl_Entry: A text entry widget * This widget provides all text entry needs, from single to multiline * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_enums.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- ewl_enums.h 17 Feb 2006 06:43:33 -0000 1.37 +++ ewl_enums.h 14 Mar 2006 06:00:43 -0000 1.38 @@ -2,7 +2,7 @@ #define EWL_ENUMS_H /** - * @defgroup Ewl_Enums Ewl_Enums: Various Flags and Enumerations used in EWL + * @addtogroup Ewl_Enums Ewl_Enums: Various Flags and Enumerations used in EWL * Provides bitmasks, flags, and other enumerations for use by widgets in EWL. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_events.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_events.h 22 Feb 2006 03:51:01 -0000 1.10 +++ ewl_events.h 14 Mar 2006 06:00:43 -0000 1.11 @@ -2,7 +2,7 @@ #define EWL_EVENTS_H /** - * @defgroup Ewl_Events Ewl_Events: Lower Level Event Handlers + * @addtogroup Ewl_Events Ewl_Events: Lower Level Event Handlers * @brief Defines the routines that dispatch the lower level events to EWL. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_filedialog.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_filedialog.h 17 Feb 2006 02:19:26 -0000 1.9 +++ ewl_filedialog.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_FILEDIALOG_H /** - * @defgroup Ewl_Filedialog Ewl_Filedialog: A Dialog For Picking Files + * @addtogroup Ewl_Filedialog Ewl_Filedialog: A Dialog For Picking Files * A simple dialog to show a file selector widget * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_fileselector.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- ewl_fileselector.h 17 Feb 2006 02:19:26 -0000 1.16 +++ ewl_fileselector.h 14 Mar 2006 06:00:43 -0000 1.17 @@ -2,7 +2,7 @@ #define EWL_FILESELECTOR_H /** - * @defgroup Ewl_Fileselector Ewl_Fileselector: Basic File And Directory Listing + * @addtogroup Ewl_Fileselector Ewl_Fileselector: Basic File And Directory Listing * A simple widget that is used to display a list of directories and files * for the user to choose from. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_floater.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_floater.h 17 Feb 2006 02:19:26 -0000 1.7 +++ ewl_floater.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_FLOATER_H /** - * @defgroup Ewl_Floater Ewl_Floater: A Floating Container + * @addtogroup Ewl_Floater Ewl_Floater: A Floating Container * @brief Defines a widget for layering above other widgets in EWL's drawing * area, with the ability to follow the movement of another widget. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_grid.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_grid.h 27 Feb 2006 19:51:35 -0000 1.10 +++ ewl_grid.h 14 Mar 2006 06:00:43 -0000 1.11 @@ -2,7 +2,7 @@ #define EWL_GRID_H /** - * @defgroup Ewl_Grid Ewl_Grid The ewl grid widget + * @addtogroup Ewl_Grid Ewl_Grid The ewl grid widget * @brief The Ewl Grid widget * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_iconbox.h,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- ewl_iconbox.h 17 Feb 2006 02:19:26 -0000 1.31 +++ ewl_iconbox.h 14 Mar 2006 06:00:43 -0000 1.32 @@ -10,7 +10,7 @@ #include <time.h> /** - * @defgroup Ewl_Iconbox Ewl_Iconbox: The Icon Box Layout Container + * @addtogroup Ewl_Iconbox Ewl_Iconbox: The Icon Box Layout Container * Defines the Ewl_Iconbox class, used to display a collection of icons * with annotations and support arranging/manipulating contained icons * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_image.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_image.h 10 Mar 2006 07:16:27 -0000 1.17 +++ ewl_image.h 14 Mar 2006 06:00:43 -0000 1.18 @@ -2,7 +2,7 @@ #define EWL_IMAGE_H /** - * @defgroup Ewl_Image Ewl_Image: An Image Display Widget + * @addtogroup Ewl_Image Ewl_Image: An Image Display Widget * Provides a widget for displaying evas loadable images, and edjes. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_imenu.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_imenu.h 17 Feb 2006 06:43:33 -0000 1.7 +++ ewl_imenu.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_IMENU_H /** - * @defgroup Ewl_Imenu Ewl_Imenu: A Simple Internal Menu + * @addtogroup Ewl_Imenu Ewl_Imenu: A Simple Internal Menu * Defines a menu used internally. The contents on the menu are not drawn * outside of the Evas. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_label.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_label.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_label.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_LABEL_H /** - * @defgroup Ewl_Label Ewl_Label: A fully-themable text label + * @addtogroup Ewl_Label Ewl_Label: A fully-themable text label * Defines a class for a fullty-themable text label * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_macros.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_macros.h 17 Feb 2006 06:43:33 -0000 1.6 +++ ewl_macros.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -2,7 +2,7 @@ #define EWL_MACROS_H /** - * @defgroup Ewl_Macros Ewl_Macros: Useful Macros Used Internally and Available Externally + * @addtogroup Ewl_Macros Ewl_Macros: Useful Macros Used Internally and Available Externally * Defines a variety of utility macros. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_media.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_media.h 22 Feb 2006 17:39:14 -0000 1.9 +++ ewl_media.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -6,7 +6,7 @@ #endif /** - * @defgroup Ewl_Media Ewl_Media: A Multi media widget + * @addtogroup Ewl_Media Ewl_Media: A Multi media widget * @brief Defines a class for displaing video * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ewl_menu.h 17 Feb 2006 06:43:33 -0000 1.11 +++ ewl_menu.h 14 Mar 2006 06:00:43 -0000 1.12 @@ -2,7 +2,7 @@ #define EWL_MENU_H /** - * @defgroup Ewl_Menu Ewl_Menu: A Simple Windowed Menu + * @addtogroup Ewl_Menu Ewl_Menu: A Simple Windowed Menu * Defines a menu used globally. The contents on the menu are drawn outside of * the Evas. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu_base.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_menu_base.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_menu_base.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_MENU_BASE_H /** - * @defgroup Ewl_Menu_Base Ewl_Menu_Base: The Basic Menu Functionality + * @addtogroup Ewl_Menu_Base Ewl_Menu_Base: The Basic Menu Functionality * @brief Defines the basic menu classes that are extended to an actual menu * implementation by inheriting classes such as Ewl_Menu and Ewl_Imenu. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menu_item.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_menu_item.h 22 Feb 2006 18:12:01 -0000 1.7 +++ ewl_menu_item.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_MENU_ITEM_H /** - * @defgroup Ewl_Menu_Item Ewl_Menu_Item: The basic menu item + * @addtogroup Ewl_Menu_Item Ewl_Menu_Item: The basic menu item * The basic menu item * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_menubar.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_menubar.h 17 Feb 2006 06:43:33 -0000 1.8 +++ ewl_menubar.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_MENUBAR_H /** - * @defgroup Ewl_Menubar Ewl_Menubar: A menu bar widget + * @addtogroup Ewl_Menubar Ewl_Menubar: A menu bar widget * Defines a class for displaying menu bars * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_misc.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ewl_misc.h 22 Feb 2006 03:51:01 -0000 1.13 +++ ewl_misc.h 14 Mar 2006 06:00:43 -0000 1.14 @@ -2,7 +2,7 @@ #define EWL_MISC_H /** - * @defgroup Ewl_Misc Ewl_Misc: Miscellaneous Utility Functions + * @addtogroup Ewl_Misc Ewl_Misc: Miscellaneous Utility Functions * Provides important miscellaneous functionality such as manipulation of the * main loop. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_model.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_model.h 13 Mar 2006 22:26:08 -0000 1.6 +++ ewl_model.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -2,7 +2,7 @@ #define EWL_MODEL_H /** - * @defgroup Ewl_Model Ewl_Model: A data model + * @addtogroup Ewl_Model Ewl_Model: A data model * Defines communication callbacks for views and controllers. * Query row/column data, indicate expansion points, notify views and * controllers of changes, trigger sorting on a row/column combination. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_notebook.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_notebook.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_notebook.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_NOTEBOOK_H /** - * @defgroup Ewl_Notebook Ewl_Notebook: A notebook widget + * @addtogroup Ewl_Notebook Ewl_Notebook: A notebook widget * Defines a class for notebook layout * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_object.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_object.h 13 Mar 2006 18:14:14 -0000 1.7 +++ ewl_object.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_OBJECT_H /** - * @defgroup Ewl_Object Ewl_Object: Basic Object Inherited by Ewl_Widget + * @addtogroup Ewl_Object Ewl_Object: Basic Object Inherited by Ewl_Widget * @brief Defines the Ewl_Object class along with methods and macros related * to it. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_overlay.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_overlay.h 17 Feb 2006 06:43:33 -0000 1.5 +++ ewl_overlay.h 14 Mar 2006 06:00:43 -0000 1.6 @@ -2,7 +2,7 @@ #define EWL_OVERLAY_H /** - * @defgroup Ewl_Overlay Ewl_Overlay: A Container for Displaying on an Evas + * @addtogroup Ewl_Overlay Ewl_Overlay: A Container for Displaying on an Evas * Defines the Ewl_Overlay class to provide EWL with the ability to work with an * evas. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_paned.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- ewl_paned.h 25 Feb 2006 23:44:49 -0000 1.14 +++ ewl_paned.h 14 Mar 2006 06:00:43 -0000 1.15 @@ -2,7 +2,7 @@ #define EWL_PANED_H /** - * @defgroup Ewl_Paned Ewl_Paned: A paned widget + * @addtogroup Ewl_Paned Ewl_Paned: A paned widget * Provides a widget to have a resizable paned container * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_password.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_password.h 17 Feb 2006 06:43:33 -0000 1.7 +++ ewl_password.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_PASSWORD_H /** - * @defgroup Ewl_Password Ewl_Password: A Single Line Text Password Widget + * @addtogroup Ewl_Password Ewl_Password: A Single Line Text Password Widget * @brief Defines the Ewl_Password class to allow for single line obscured text. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_progressbar.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_progressbar.h 17 Feb 2006 06:43:33 -0000 1.7 +++ ewl_progressbar.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_PROGRESSBAR_H /** - * @defgroup Ewl_Progressbar Ewl_Progressbar: A progressbar from a value + * @addtogroup Ewl_Progressbar Ewl_Progressbar: A progressbar from a value * A progress bar widget * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_radiobutton.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_radiobutton.h 17 Feb 2006 06:43:33 -0000 1.7 +++ ewl_radiobutton.h 14 Mar 2006 06:00:43 -0000 1.8 @@ -2,7 +2,7 @@ #define EWL_RADIOBUTTON_H /** - * @defgroup Ewl_Radiobutton Ewl_Radiobutton: A Radio Button Widget and Grouping System + * @addtogroup Ewl_Radiobutton Ewl_Radiobutton: A Radio Button Widget and Grouping System * Provides for a simple radiobutton with label, and to group radio buttons * for selecting a single option. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_row.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_row.h 17 Feb 2006 06:43:33 -0000 1.8 +++ ewl_row.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_ROW_H /** - * @defgroup Ewl_Row Ewl_Row: The Row widget + * @addtogroup Ewl_Row Ewl_Row: The Row widget * Defines a widget to display a row * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollbar.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_scrollbar.h 17 Feb 2006 06:43:33 -0000 1.8 +++ ewl_scrollbar.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_SCROLLBAR_H /** - * @defgroup Ewl_Scrollbar Ewl_Scrollbar: A Simple Scrollbar Widget + * @addtogroup Ewl_Scrollbar Ewl_Scrollbar: A Simple Scrollbar Widget * Defines an Ewl_Scrollbar for using when scrolling values are needed. * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollpane.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_scrollpane.h 17 Feb 2006 06:43:33 -0000 1.6 +++ ewl_scrollpane.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -2,7 +2,7 @@ #define EWL_SCROLLPANE_H /** - * @defgroup Ewl_ScrollPane Ewl_ScrollPane: A Scrollable Viewing Area + * @addtogroup Ewl_ScrollPane Ewl_ScrollPane: A Scrollable Viewing Area * Provides a scrollable area for viewing large sets of widgets in a smaller * viewable region. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_seeker.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_seeker.h 17 Feb 2006 06:43:33 -0000 1.8 +++ ewl_seeker.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_SEEKER_H /** - * @defgroup Ewl_Seeker Ewl_Seeker: A Value Selector from a Range + * @addtogroup Ewl_Seeker Ewl_Seeker: A Value Selector from a Range * Defines an Ewl_Widget with a draggable button enclosed, used to select a * value from a range. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_separator.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_separator.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_separator.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_SEPARATOR_H /** - * @defgroup Ewl_Separator Ewl_Separator: A Visual Separator Between Widgets + * @addtogroup Ewl_Separator Ewl_Separator: A Visual Separator Between Widgets * Defines the Ewl_Separator class used for drawing lines between widgets when * visual separation is needed. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_spacer.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ewl_spacer.h 17 Feb 2006 06:43:33 -0000 1.5 +++ ewl_spacer.h 14 Mar 2006 06:00:43 -0000 1.6 @@ -2,7 +2,7 @@ #define EWL_SPACER_H /** - * @defgroup Ewl_Spacer Ewl_Spacer: A Widget to Add Space Between Other Widgets + * @addtogroup Ewl_Spacer Ewl_Spacer: A Widget to Add Space Between Other Widgets * Defines an Ewl_Widget to be used for adding space between widgets in a * layout. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_spectrum.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ewl_spectrum.h 17 Feb 2006 06:43:33 -0000 1.11 +++ ewl_spectrum.h 14 Mar 2006 06:00:43 -0000 1.12 @@ -2,7 +2,7 @@ #define EWL_SPECTRUM_H /** - * @defgroup Ewl_Spectrum Ewl_Spectrum: The colour spectrum widget + * @addtogroup Ewl_Spectrum Ewl_Spectrum: The colour spectrum widget * Defines a colour spectrum widget * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_spinner.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_spinner.h 17 Feb 2006 06:43:33 -0000 1.8 +++ ewl_spinner.h 14 Mar 2006 06:00:43 -0000 1.9 @@ -2,7 +2,7 @@ #define EWL_SPINNER_H /** - * @defgroup Ewl_Spinner Ewl_Spinner: A Numerical Value Entry + * @addtogroup Ewl_Spinner Ewl_Spinner: A Numerical Value Entry * Provides a field for entering numerical values, along with buttons to * increment and decrement the value. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_statusbar.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_statusbar.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_statusbar.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_STATUSBAR_H /** - * @defgroup Ewl_Statusbar Ewl_Statusbar: A status bar widget + * @addtogroup Ewl_Statusbar Ewl_Statusbar: A status bar widget * Defines a class for displaying status bars * * @{ =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_table.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- ewl_table.h 17 Feb 2006 06:43:33 -0000 1.9 +++ ewl_table.h 14 Mar 2006 06:00:43 -0000 1.10 @@ -2,7 +2,7 @@ #define EWL_TABLE_H /** - * @defgroup Ewl_Table Ewl_Table: The Table Layout Container. + * @addtogroup Ewl_Table Ewl_Table: The Table Layout Container. * Defines the Ewl_Box class used for laying out Ewl_Widget's in a * horizontal or vertical line. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_theme.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- ewl_theme.h 17 Feb 2006 06:43:33 -0000 1.6 +++ ewl_theme.h 14 Mar 2006 06:00:43 -0000 1.7 @@ -19,7 +19,7 @@ */ /** - * @defgroup Ewl_Theme Ewl_Theme: Methods for Accessing and Modifying Theme Data + * @addtogroup Ewl_Theme Ewl_Theme: Methods for Accessing and Modifying Theme Data * Provides methods for accessing theme data, global theme data or per-widget * theme data. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_tree.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_tree.h 23 Feb 2006 04:27:42 -0000 1.17 +++ ewl_tree.h 14 Mar 2006 06:00:43 -0000 1.18 @@ -2,7 +2,7 @@ #define EWL_TREE_H /** - * @defgroup Ewl_Tree Ewl_Tree: A Widget for List or Tree Layout + * @addtogroup Ewl_Tree Ewl_Tree: A Widget for List or Tree Layout * @brief Defines a widget for laying out other widgets in a tree or list like * manner. * =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_tree2.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- ewl_tree2.h 17 Feb 2006 06:43:33 -0000 1.17 +++ ewl_tree2.h 14 Mar 2006 06:00:43 -0000 1.18 @@ -2,7 +2,7 @@ #define EWL_TREE2_H /** - * @defgroup Ewl_Tree2 Ewl_Tree2: A Widget for List or Tree Layout + * @addtogroup Ewl_Tree2 Ewl_Tree2: A Widget for List or Tree Layout * @brief Defines a widget for laying out other widgets in a tree or list * like manner. This also fulfills the functionality often seen in a table * widget. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_view.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- ewl_view.h 13 Mar 2006 22:26:08 -0000 1.3 +++ ewl_view.h 14 Mar 2006 06:00:43 -0000 1.4 @@ -2,7 +2,7 @@ #define EWL_VIEW_H /** - * @defgroup Ewl_View Ewl_View: A data view + * @addtogroup Ewl_View Ewl_View: A data view * @brief Defines the callbacks for setting up the widgets based on the data * returned from the Model. Create widgets, set data on widgets, calculate * sizing, minimize number of widgets. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_widget.h,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- ewl_widget.h 22 Feb 2006 03:51:01 -0000 1.36 +++ ewl_widget.h 14 Mar 2006 06:00:43 -0000 1.37 @@ -2,7 +2,7 @@ #define EWL_WIDGET_H /** - * @defgroup Ewl_Widget Ewl_Widget: The Parent Widget Class Common to All Widgets + * @addtogroup Ewl_Widget Ewl_Widget: The Parent Widget Class Common to All Widgets * @brief Defines the Ewl_Widget class and it's accessor/modifier functions. * * The Ewl_Widget extends the Ewl_Object to provide the basic facilities =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_window.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- ewl_window.h 2 Mar 2006 23:51:40 -0000 1.12 +++ ewl_window.h 14 Mar 2006 06:00:43 -0000 1.13 @@ -2,7 +2,7 @@ #define EWL_WINDOW_H /** - * @defgroup Ewl_Window Ewl_Window: A Container for Displaying in a New Window + * @addtogroup Ewl_Window Ewl_Window: A Container for Displaying in a New Window * Defines the Ewl_Window class which extends the Ewl_Embed class by * creating it's own window and evas. * ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs