--- CscTask.cs	Mon Feb 25 14:16:04 2002
+++ CscTask.new.cs	Sat May 04 01:08:32 2002
@@ -25,7 +25,7 @@
     using SourceForge.NAnt.Attributes;
 
     /// <summary>
-    /// Task for compiling C# programs
+    ///		Compiles C# programs using csc, Microsoft's C# compiler.
     /// </summary>
     [TaskName("csc")]
     public class CscTask : CompilerBase {
@@ -33,7 +33,8 @@
         string _doc = null;
         
         // C# specific compiler options  
-        /// <summary>XML Documentation file to generate. /doc: flag</summary>      
+        /// <summary>The name of the XML documentation file to generate.
+		///		This attribute corresponds to the /doc: flag.</summary>      
         [TaskAttribute("doc")]
         public string Doc        { get { return _doc; } set {_doc = value; } }
 
