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
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2004-05-16 19:21:29 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-05-16 19:21:29 +0400
commit99ad74c16ded1f7bbe35349c719f85d35f0b9b9d (patch)
tree35932ed277dc1fd0799b876e9647eaaecc577f04 /man
parent8fb3d716a66aa839802a74c293dc40b0b29e98d9 (diff)
2004-05-16 Atsushi Enomoto <atsushi@ximian.com>
* xsd.1 : added description for /generator option. svn path=/trunk/mono/; revision=27483
Diffstat (limited to 'man')
-rw-r--r--man/xsd.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/xsd.1 b/man/xsd.1
index ec6673b5bce..ab194d04d60 100644
--- 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