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>2005-01-12 11:23:40 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-01-12 11:23:40 +0300
commit083ac8f45050d84eb60f373b0329ea7798723fb6 (patch)
tree513ca202c552e18478c35ddcd18b6a407ee85f74 /man
parent2efaea4696b3dd720c59b05cdaeb22a74b248f1a (diff)
2005-01-12 Atsushi Enomoto <atsushi@ximian.com>
* genxs.1 : added description on the new features: "noReader", "noWriter" and "generateAsInternal". svn path=/trunk/mono/; revision=38768
Diffstat (limited to 'man')
-rw-r--r--man/genxs.19
1 files changed, 9 insertions, 0 deletions
diff --git a/man/genxs.1 b/man/genxs.1
index 26b6d6066b5..effe89b2f66 100644
--- a/man/genxs.1
+++ b/man/genxs.1
@@ -66,12 +66,21 @@ Generation options are specified in child elements:
.I reader
: name of the reader class.
.IP " *" 5
+.I noReader
+: if "true", it does not generate reader class.
+.IP " *" 5
.I writer
: name of the writer class.
.IP " *" 5
+.I noWriter
+: if "true", it does not generate writer class.
+.IP " *" 5
.I namespace
: namespace of the reader and writer classes.
.IP " *" 5
+.I generateAsInternal
+: if "true", it generates classes as internal.
+.IP " *" 5
.I outFileName
: name of the generated file.
.IP " *" 5