Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / man / genxs.1
index 26b6d6066b51df9abbebcb80b3b22157455e485c..6ec0a234dce61d6011d5cedd6aaa17019de3507c 100644 (file)
@@ -66,12 +66,27 @@ 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 baseSerializer
+: name of the base xml serializer class. This item is 2.0 only.
+.IP "   *" 5
+.I implementation
+: name of the serializer implementation class. This item is 2.0 only.
+.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
@@ -291,4 +306,4 @@ Lluis Sanchez Gual (lluis@ximian.com)
 GenXS is released under the terms of the GNU GPL.
 .PP
 .SH SEE ALSO
-mono(1), mcs(1)
+mono(1), mcs(1), sgen(1)