ソースを参照

Update man page

svn path=/trunk/mono/; revision=44087
Miguel de Icaza 20 年 前
コミット
bb74ffe01d
1 ファイル変更4 行追加0 行削除
  1. 4 0
      man/mcs.1

+ 4 - 0
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.