CharacterEncoderImplementations__MAC_Roman.st
changeset 21303 4317984fa5df
parent 13255 67ccee91d77f
child 21387 e3865533e6a6
--- a/CharacterEncoderImplementations__MAC_Roman.st	Thu Jan 26 12:49:28 2017 +0100
+++ b/CharacterEncoderImplementations__MAC_Roman.st	Thu Jan 26 12:51:32 2017 +0100
@@ -34,6 +34,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I encode/decode MAC roman encoded documents
+"
 ! !
 
 !MAC_Roman class methodsFor:'mapping'!
@@ -965,9 +971,10 @@
 !MAC_Roman class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.4 2011-01-29 20:33:33 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.4 2011-01-29 20:33:33 cg Exp $'
+    ^ '$Header$'
 ! !
+