Skip to content

Commit

Permalink
2006-11-14 Atsushi Enomoto <[email protected]>
Browse files Browse the repository at this point in the history
	* genxs.1 : introduced <baseSerializer> and <implementation>
	  elements. See also sgen.


svn path=/trunk/mono/; revision=67860
  • Loading branch information
atsushieno committed Nov 14, 2006
1 parent e0a0ddb commit bea0038
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions man/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-11-14 Atsushi Enomoto <[email protected]>

* genxs.1 : introduced <baseSerializer> and <implementation>
elements. See also sgen.

2006-11-14 Atsushi Enomoto <[email protected]>

* sgen.1, Makefile: revised a bit, to not mislead as if the output
Expand Down
8 changes: 7 additions & 1 deletion man/genxs.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -300,4 +306,4 @@ Lluis Sanchez Gual ([email protected])
GenXS is released under the terms of the GNU GPL.
.PP
.SH SEE ALSO
mono(1), mcs(1)
mono(1), mcs(1), sgen(1)

0 comments on commit bea0038

Please sign in to comment.