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-06-08 22:30:19 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-06-08 22:30:19 +0400
commitaf5686ee0d8b786acf1e3f26d1298b921264a237 (patch)
treea919811efaeb76b3b5bb860f2fea8d27650e14de /man
parentec2ecd7275caf539f9d7c297fbf133589d08473a (diff)
2004-06-08 Atsushi Enomoto <atsushi@ximian.com>
* xsd.1 : some additional info. svn path=/trunk/mono/; revision=29052
Diffstat (limited to 'man')
-rw-r--r--man/xsd.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xsd.1 b/man/xsd.1
index ab194d04d60..2af1b7a0146 100644
--- a/man/xsd.1
+++ b/man/xsd.1
@@ -50,7 +50,7 @@ Specifies the namespace of the XML schema element for which a class or a dataset
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.
+Indicates xsd.exe to use custom CodeDomProvider to generate code. The type name must be full name. Assembly name is a local file name that is going to be loaded. The specified Type must have the default constructor.
.TP
.I "/outputdir:path" "/o:path"
Specifies the directory where to generate the code or schemas.