Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_button_test.c 


Log Message:
- Pull the tutorials out of the src/bin/tests/*/*.c files and move them to 
doc/tutorials. This way we don't end up with any test structures showing up in 
the Ewl docs.


===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/button/ewl_button_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_button_test.c   15 Dec 2007 04:43:32 -0000      1.5
+++ ewl_button_test.c   26 Feb 2008 04:24:11 -0000      1.6
@@ -9,23 +9,6 @@
 #include <string.h>
 #include <limits.h>
 
-/**
- * @addtogroup Ewl_Button
- * @section text_tut Tutorial
- *
- * The Ewl_Button includes an icon and label by default but is actually a full
- * container that can hold any type of non-toplevel widget. Because of this
- * flexibility many other widget types inherit from the button.
- *
- * @code
- * Ewl_Widget *button;
- * button = ewl_button_new();
- * ewl_button_label_set(EWL_BUTTON(button), "Button label");
- * ewl_widget_show(button);
- * @endcode
- *
- */
-
 static int create_test(Ewl_Container *win);
 
 static int label_test_set_get(char *buf, int len);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to