Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_check_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/check/ewl_check_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ewl_check_test.c    12 Jan 2008 06:30:13 -0000      1.2
+++ ewl_check_test.c    26 Feb 2008 04:24:11 -0000      1.3
@@ -7,19 +7,6 @@
 #include <string.h>
 #include <limits.h>
 
-/**
- * @addtogroup Ewl_Check
- * @section text_tut Tutorial
- *
- *
- * @code
- * Ewl_Widget *check;
- * check = ewl_check_new();
- * ewl_check_checked_set(EWL_CHECK(check), FALSE);
- * ewl_widget_show(check);
- * @endcode
- */
-
 static int check_test_new(char *buf, int len);
 
 static Ewl_Unit_Test check_unit_tests[] = {



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