2005-07-12 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / man / mcs.1
index 371881a0ef2969aab8eb1763eb4ec54cd2a86295..96b6f3f62a4bc70dad65a2d0fb7e90b85a4ab63f 100755 (executable)
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -85,6 +85,10 @@ Default. Strongname (sign) the assembly using the strong name key file
 AssemblyDelaySign (false)] in your source code. Compiler option takes
 precedence over the attributes.
 .TP
+.I \-doc:FILE
+Extracts the C#/XML documentation from the source code and stores in in
+the given FILE.
+.TP
 .I \-\-expect-error X L
 The compiler will expect the code to generate an error 
 named `X' in line `L'.  This is only used by the test suite.