forked from mono-soc-2012/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2006-11-14 Atsushi Enomoto <[email protected]>
* genxs.1 : introduced <baseSerializer> and <implementation> elements. See also sgen. svn path=/trunk/mono/; revision=67860
- Loading branch information
1 parent
e0a0ddb
commit bea0038
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([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) |