X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmcs.1;h=96b6f3f62a4bc70dad65a2d0fb7e90b85a4ab63f;hb=aa3e8ca88d1dbfb5f58d99b04633d79eac27ed94;hp=371881a0ef2969aab8eb1763eb4ec54cd2a86295;hpb=234225d112c4b018b8d1796f4c06a15812137500;p=mono.git 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.