Subversion Repository Public Repository

WOX2

Diff Revisions 13 vs 14 for /trunk/CSharp/src/wox/serial/Serial.cs

Diff revisions: vs.
  @@ -1,14 +1,21 @@
1 - /**
2 - * The Serial class defines the constants used in the
3 - * XML representation of objects. It also provides arrays of classes
4 - * used for mapping primitive types, and primitive arrays.
5 - *
6 - * Authors: Carlos R. Jaimez Gonzalez
7 - * Simon M. Lucas
8 - * Version 1.0
9 - * Version 1.1 - Steve Lewis
10 - * Version 1.0 - George Smith
11 - */
1 + /// <header>
2 + /// <wox>
3 + /// <version>1.0</version>
4 + /// <author>Carlos R. Jaimez Gonzalez</author>
5 + /// <author>Simon M. Lucas</author>
6 + /// <site>http://woxserializer.sourceforge.net/</site>
7 + /// </wox>
8 + /// <wox>
9 + /// <version>1.5</version>
10 + /// <author>Steven M Lewis</author>
11 + /// </wox>
12 + /// <wox>
13 + /// <version>2.0</version>
14 + /// <author>George A Smith</author>
15 + /// <svn>http://woxserializer.sourceforge.net/</svn>
16 + /// <note>XML form for vs 2 is more compact and therefor incompatible with vs 1</note>
17 + /// </wox>
18 + /// </header>
12 19
13 20 namespace wox.serial
14 21 {
  @@ -38,4 +45,4 @@
38 45 public const string BOOL_FALSE = "false";
39 46 public const string NULL = "null";
40 47 }
41 - }
48 + }