Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_combo.c ewl_image.c 


Log Message:
- clean out the tutorial text on test change
- add @note handling
- make the doxy match case insensitive
- minor changes to tutorial text

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_combo.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_combo.c 15 Mar 2006 04:03:46 -0000      1.11
+++ ewl_combo.c 15 Mar 2006 21:59:40 -0000      1.12
@@ -6,9 +6,7 @@
 /**
  * @addtogroup Ewl_Combo
  *
- * @note
- *
- * Note, if you set the combo to editable, with ewl_combo_editable set then
+ * @note If you set the combo to editable, with ewl_combo_editable set then
  * instead of using the model/view to get the data we will query the view
  * for the header. It is then up to the app to do what they will with the
  * header to make it 'editable'. In most cases, this will mean packing an
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests/ewl_image.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ewl_image.c 15 Mar 2006 06:33:42 -0000      1.4
+++ ewl_image.c 15 Mar 2006 21:59:41 -0000      1.5
@@ -17,7 +17,7 @@
  * @code
  * Ewl_Widget *image;
  * image = ewl_image_new();
- * ewl_image_file_path_set(EWL_IMAGE(image), * "/usr/share/ewl/image.png");
+ * ewl_image_file_path_set(EWL_IMAGE(image), "/usr/share/ewl/image.png");
  * ewl_widget_show(image);
  * @endcode
  *




-------------------------------------------------------
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

Reply via email to