[csdoc-patches] CVS: csdoc/src/tests ChangeLog,NONE,1.1 test_01.cs,NONE,1.1 test.cs,1.1,1.2 test-01.
Status: Planning
Brought to you by:
mastergaurav
|
From: Gaurav V. <mas...@us...> - 2003-02-20 05:48:35
|
Update of /cvsroot/csdoc/csdoc/src/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv12216
Modified Files:
test.cs
Added Files:
ChangeLog test_01.cs
Removed Files:
test-01.cs
Log Message:
2003-02-20
* test.cs, test_01.cs : Test files.
--- NEW FILE ---
2003-02-20 Gaurav Vaish <mastergaurav AT users DOT sf DOT net>
* test.cs, test_01.cs : Test files.
--- NEW FILE ---
using System;
/**
* <summary>Hello</summary>
*/
public class test_01
{
// Comment over HandleTest
public event EventHandler HandleTest
{
add { }
remove { }
}
// Comment over Main()...
public static void Main()
{
}
}
Index: test.cs
===================================================================
RCS file: /cvsroot/csdoc/csdoc/src/tests/test.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test.cs 18 Feb 2003 11:51:11 -0000 1.1
+++ test.cs 20 Feb 2003 05:48:30 -0000 1.2
@@ -3,7 +3,7 @@
/**
* <summary>Hello</summary>
*/
-public class Test
+public class test
{
// Can I collect the Main comment?
public event EventHandler HandleTest
--- test-01.cs DELETED ---
|