Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-05-05 19:11:25 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-05-05 19:11:25 +0400
commitbb74ffe01d4b5311a673cb7bcbb85820e09b068d (patch)
tree6ac3e02e23f8f9b00e18a28d5c9767e2c759a923 /man/mcs.1
parenta350290431e33981b0243809b5b9a0253c00d0af (diff)
Update man page
svn path=/trunk/mono/; revision=44087
Diffstat (limited to 'man/mcs.1')
-rwxr-xr-xman/mcs.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 371881a0ef2..96b6f3f62a4 100755
--- 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.