2006-11-14 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 14 Nov 2006 17:39:20 +0000 (17:39 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 14 Nov 2006 17:39:20 +0000 (17:39 -0000)
* genxs.1 : introduced <baseSerializer> and <implementation>
  elements. See also sgen.

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

man/ChangeLog
man/genxs.1

index 4929da6bb9995a18a070a7d422f988f43b6a72c4..d9151cfcc0f52ce60ff59acec2909dfaf68d799a 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * genxs.1 : introduced <baseSerializer> and <implementation>
+         elements. See also sgen.
+
 2006-11-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * sgen.1, Makefile: revised a bit, to not mislead as if the output
index effe89b2f6686b6dbee3c036ed8b557142db4efb..6ec0a234dce61d6011d5cedd6aaa17019de3507c 100644 (file)
@@ -72,6 +72,12 @@ Generation options are specified in child elements:
 .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
@@ -300,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)