Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Ewl.h.in ewl_border.h ewl_box.h ewl_button.h 
        ewl_button_stock.h ewl_callback.h ewl_cell.h ewl_check.h 
        ewl_checkbutton.h ewl_colorpicker.h ewl_combo.h ewl_config.h 
        ewl_container.h ewl_dialog.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_image.h ewl_imenu.h ewl_macros.h 
        ewl_media.h ewl_menu.h ewl_menu_base.h ewl_menubar.h 
        ewl_misc.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_selectionbar.h ewl_selectionbook.h ewl_separator.h 
        ewl_spacer.h ewl_spectrum.h ewl_spinner.h ewl_statusbar.h 
        ewl_table.h ewl_text.h ewl_theme.h ewl_tooltip.h ewl_tree.h 
        ewl_widget.h ewl_window.h 


Log Message:
- add the @file entry to each of the headers
- turn verbatum headers on for doxygen

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/Ewl.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Ewl.h.in    9 Feb 2005 04:31:54 -0000       1.1
+++ Ewl.h.in    9 Feb 2005 20:44:12 -0000       1.2
@@ -265,10 +265,6 @@
  * Diagram describing how Ewl_Object fields affect sizing
  *
  * @image html object_sizing.png
- *
- * A background hilite used on these pages.
- *
- * @image html hilite.png
  */
 
 #ifdef __cplusplus
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_border.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_border.h        9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_border.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_BORDER_H__
 
 /**
+ * @file ewl_border.h
  * @defgroup Ewl_Border Border: A container with a border and label
  * 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_box.h   9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_box.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_BOX_H__
 
 /**
+ * @file ewl_box.h
  * @defgroup Ewl_Box 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_button.h        9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_button.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_BUTTON_H__
 
 /**
+ * @file ewl_button.h
  * @defgroup Ewl_Button 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_button_stock.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_button_stock.h  9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_button_stock.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_BUTTON_STOCK_H__
 
 /**
+ * @file ewl_button_stock.h
  * @defgroup Ewl_Button_Stock Button_Stock: A Button with a Stock Icon in it.
  * @brief The button_stock class is a button with a stock icon or a
  * label. This class inherits from the Ewl_Button. Stock icons are
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_callback.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_callback.h      9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_callback.h      9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_CALLBACK_H__
 
 /**
+ * @file ewl_callback.h
  * @defgroup Ewl_Callback 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_cell.h  9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_cell.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define _EWL_CELL_H
 
 /**
+ * @file ewl_cell.h
  * @defgroup Ewl_Cell 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_check.h 9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_check.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define _EWL_CHECK_H_
 
 /**
+ * @file ewl_check.h
  * @defgroup Ewl_Check 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_checkbutton.h   9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_checkbutton.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_CHECKBUTTON_H__
 
 /**
+ * @file ewl_checkbutton.h
  * @defgroup Ewl_CheckButton CheckButton: A 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_colorpicker.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_colorpicker.h   9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_colorpicker.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -1,6 +1,10 @@
 #ifndef __EWL_COLORPICKER_H
 #define __EWL_COLORPICKER_H
 
+/**
+ * @file ewl_colorpicker.h
+ */
+
 typedef struct Ewl_ColorPicker Ewl_ColorPicker;
 
 struct Ewl_ColorPicker
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_combo.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_combo.h 9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_combo.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_COMBO_H__
 
 /**
+ * @file ewl_combo.h
  * @defgroup Ewl_Combo Combo: A Simple Internal Combo Box
  * Defines a combo box used internally. The contents on the box are not drawn
  * outside of the Evas.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_config.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_config.h        9 Feb 2005 04:31:54 -0000       1.1
+++ ewl_config.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_CONFIG_H__
 
 /**
+ * @file ewl_config.h
  * @defgroup Ewl_Config Config: Functions for Manipulating Configuration Data
  *
  * @{
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_container.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_container.h     9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_container.h     9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_CONTAINER_H__
 
 /**
+ * @file ewl_container.h
  * @defgroup Ewl_Container 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_dialog.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_dialog.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_dialog.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_DIALOG_H__
 
 /**
+ * @file ewl_dialog.h
  * @defgroup Ewl_Dialog Dialog: A Window to prompt the user for
  * Displaying Messages, asking
  * questions or warnings.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_embed.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_embed.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_embed.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_EMBED_H__
 
 /**
+ * @file ewl_embed.h
  * @defgroup Ewl_Embed 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_entry.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_entry.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_ENTRY_H__
 
 /**
+ * @file ewl_entry.h
  * @defgroup Ewl_Entry Entry: A Single Line Text Entry Widget
  * @brief Defines the Ewl_Entry class to allow for single line editable text.
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_enums.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_enums.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_enums.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_ENUMS_H__
 
 /**
+ * @file ewl_enums.h
  * @defgroup Ewl_Enums 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_events.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_events.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_EVENTS_H__
 
 /**
+ * @file ewl_events.h
  * @defgroup Ewl_Events 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_filedialog.h    9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_filedialog.h    9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_FILEDIALOG_H__
 
 /**
+ * @file ewl_filedialog.h
  * @defgroup Ewl_Filedialog Filedialog: A Dialog For Picking Files
  *
  * The filedialog is intended to be used for a simple file chooser. It can be
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_fileselector.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_fileselector.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_fileselector.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_FILESELECTOR_H__
 
 /**
+ * @file ewl_fileselector.h
  * @defgroup Ewl_Fileselector Fileselector: Basic File And Directory Listing
  *
  * Displays a list of directories and a list of files for the user to choose.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_floater.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_floater.h       9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_floater.h       9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_FLOATER_H__
 
 /**
+ * @file ewl_floater.h
  * @defgroup Ewl_Floater 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_grid.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_grid.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_GRID_H__
 
 /*
+ * @file ewl_grid.h
  * @themekey /grid/file
  * @themekey /grid/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_image.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_image.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_image.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_IMAGE_H__
 
 /**
+ * @file ewl_image.h
  * @defgroup Ewl_Image 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_imenu.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_imenu.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_IMENU_H__
 
 /**
+ * @file ewl_imenu.h
  * @defgroup Ewl_Imenu 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_macros.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_macros.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_macros.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_MACROS_H__
 
 /**
+ * @file ewl_macros.h
  * @defgroup Ewl_Macros 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_media.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_media.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -4,6 +4,7 @@
 #include <Emotion.h>
 
 /**
+ * @file ewl_media.h
  * @defgroup Ewl_Media 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_menu.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_menu.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_MENU_H__
 
 /**
+ * @file ewl_menu.h
  * @defgroup Ewl_Menu 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_menu_base.h     9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_menu_base.h     9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_MENU_BASE_H__
 
 /**
+ * @file ewl_menu_base.h
  * @defgroup Ewl_Menu_Base 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_menubar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_menubar.h       9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_menubar.h       9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_MENUBAR_H__
 
 /**
+ * @file ewl_menubar.h
  * @defgroup Ewl_Menubar Menubar: A menu bar widget
  * @brief Defines a class for displaying menu bars
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_misc.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_misc.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_misc.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_MISC_H__
 
 /**
+ * @file ewl_misc.h
  * @defgroup Ewl_Misc 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_notebook.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_notebook.h      9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_notebook.h      9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_NOTEBOOK_H__
 
 /*
+ * @file ewl_notebook.h
  * @themekey /notebook/file
  * @themekey /notebook/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_object.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_object.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_object.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_OBJECT_H__
 
 /**
+ * @file ewl_object.h
  * @defgroup Ewl_Object 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_overlay.h       9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_overlay.h       9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_OVERLAY_H__
 
 /**
+ * @file ewl_overlay.h
  * @defgroup Ewl_Overlay 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_paned.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_paned.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_PANED_H__
 
 /**
+ * @file ewl_paned.h
  * @defgroup Ewl_Paned Paned: A paned widget
  * @brief 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_password.h      9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_password.h      9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_PASSWORD_H__
 
 /**
+ * @file ewl_password.h
  * @defgroup Ewl_Password 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_progressbar.h   9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_progressbar.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_PROGRESSBAR_H__
 
 /**
+ * @file ewl_progressbar.h
  * @defgroup Ewl_Progressbar Progressbar: A progressbar from a value
  * @{
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_radiobutton.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_radiobutton.h   9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_radiobutton.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_RADIOBUTTON_H__
 
 /**
+ * @file ewl_radiobutton.h
  * @defgroup Ewl_RadioButton 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_row.h   9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_row.h   9 Feb 2005 20:44:12 -0000       1.2
@@ -1,14 +1,15 @@
 #ifndef _EWL_ROW_H
 #define _EWL_ROW_H
 
-typedef struct _ewl_row Ewl_Row;
-#define EWL_ROW(t) ((Ewl_Row *)t)
-
 /*
+ * @file ewl_row.h
  * @themekey /row/file
  * @themekey /row/group
  */
 
+typedef struct _ewl_row Ewl_Row;
+#define EWL_ROW(t) ((Ewl_Row *)t)
+
 /*
  * Tree rows layout cells in a left to right fashion.
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_scrollbar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_scrollbar.h     9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_scrollbar.h     9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_SCROLLBAR_H__
 
 /**
+ * @file ewl_scrollbar.h
  * @defgroup Ewl_Scrollbar 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_scrollpane.h    9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_scrollpane.h    9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_SCROLLPANE_H__
 
 /**
+ * @file ewl_scrollpane.h
  * @defgroup Ewl_ScrollPane 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_seeker.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_seeker.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_SEEKER_H__
 
 /**
+ * @file ewl_seeker.h
  * @defgroup Ewl_Seeker 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_selectionbar.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_selectionbar.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_selectionbar.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_SELECTIONBAR_H__
 
 /*
+ * @file ewl_selectionbar.h
  * @themekey /selectionbar/file
  * @themekey /selectionbar/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_selectionbook.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_selectionbook.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_selectionbook.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,8 +2,8 @@
 #ifndef __EWL_SELECTIONBOOK_H__
 #define __EWL_SELECTIONBOOK_H__
 
-
 /*
+ * @file ewl_selectionbook.h
  * @themekey /selectionbook/file
  * @themekey /selectionbook/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_separator.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_separator.h     9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_separator.h     9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_SEPARATOR_H__
 
 /**
+ * @file ewl_separator.h
  * @defgroup Ewl_Separator 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_spacer.h        9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_spacer.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_SPACER_H__
 
 /**
+ * @file ewl_spacer.h
  * @defgroup Ewl_Spacer 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_spectrum.h      9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_spectrum.h      9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define _EWL_SPECTRUM_H
 
 /*
+ * @file ewl_spectrum.h
  * @themekey /spectrum/file
  * @themekey /spectrum/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_spinner.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_spinner.h       9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_spinner.h       9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_SPINNER_H__
 
 /**
+ * file ewl_spinner.h
  * @defgroup Ewl_Spinner 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.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_statusbar.h     9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_statusbar.h     9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_BAR_H__
 
 /**
+ * @file ewl_bar.h
  * @defgroup Ewl_Statusbar Bar: A status bar widget
  * @brief Defines a class for displaying status bars
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_table.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_table.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_table.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_TABLE_H__
 
 /**
+ * @file ewl_table.h
  * @defgroup Ewl_Table Table: The Table 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_text.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_text.h  9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_text.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_TEXT_H__
 
 /**
+ * @file ewl_text.h
  * @defgroup Ewl_Text Text: A Multi-Line Text Layout Display
  * @brief Defines a class for multi-line text layout and formatting.
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_theme.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_theme.h 9 Feb 2005 04:31:55 -0000       1.1
+++ ewl_theme.h 9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_THEME_H__
 
 /**
+ * @file ewl_theme.h
  * @page theming How Themes Work
  *
  * EWL relies on a graphical layout engine called Edje. Edje allows a themer
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_tooltip.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_tooltip.h       9 Feb 2005 04:31:56 -0000       1.1
+++ ewl_tooltip.h       9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_TOOLTIP_H__
 
 /*
+ * @file ewl_tooltip.h
  * @themekey /tooltip/file
  * @themekey /tooltip/group
  */
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_tree.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_tree.h  9 Feb 2005 04:31:56 -0000       1.1
+++ ewl_tree.h  9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define _EWL_TREE_H
 
 /**
+ * @file ewl_tree.h
  * @defgroup Ewl_Tree 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_widget.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_widget.h        9 Feb 2005 04:31:56 -0000       1.1
+++ ewl_widget.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -2,6 +2,7 @@
 #define __EWL_WIDGET_H__
 
 /**
+ * @file ewl_widget.h
  * @defgroup Ewl_Widget Widget: The Parent Widget Class Common to All Widgets
  * @brief Defines the Ewl_Widget class and it's accessor/modifier functions.
  *
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_window.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_window.h        9 Feb 2005 04:31:56 -0000       1.1
+++ ewl_window.h        9 Feb 2005 20:44:12 -0000       1.2
@@ -3,6 +3,7 @@
 #define __EWL_WINDOW_H__
 
 /**
+ * @file ewl_window.h
  * @defgroup Ewl_Window Window: A Container for Displaying in a New Window
  * @brief Defines the Ewl_Window class which extends the Ewl_Embed class by
  * creating it's own window and evas.




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to