2004-05-16 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Sun, 16 May 2004 15:21:29 +0000 (15:21 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Sun, 16 May 2004 15:21:29 +0000 (15:21 -0000)
* xsd.1 : added description for /generator option.

svn path=/trunk/mono/; revision=27483

man/xsd.1

index ec6673b5bce7b0aa520eea79958719125059ea92..ab194d04d60c7389754ecb088fb0e02553449a35 100644 (file)
--- a/man/xsd.1
+++ b/man/xsd.1
@@ -49,6 +49,9 @@ Specifies the namespace of the XML schema element for which a class or a dataset
 .I "/language:name" "/l:name"
 Specifies the programming language to use for the generated code. The only supported languages are CS (C#) and VB (Visual Basic.NET).
 .TP 
+.I "/generator:type,assembly" "/g:type,assembly"
+Indicates xsd.exe to use custom CodeDomProvider to generate code. Type name must be full name. Assembly name is file name that xsd.exe tries to load.
+.TP 
 .I "/outputdir:path" "/o:path"
 Specifies the directory where to generate the code or schemas.
 .TP