AbstractSourceFileWriter.st
changeset 14407 a58be3849b65
parent 13406 ab78d458b472
child 15419 a1da7568bcfe
child 18011 deb0c3355881
--- a/AbstractSourceFileWriter.st	Sat Oct 20 21:22:33 2012 +0200
+++ b/AbstractSourceFileWriter.st	Sat Oct 20 21:22:46 2012 +0200
@@ -39,6 +39,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    Abstract common superclass for source file writers
+"
 ! !
 
 !AbstractSourceFileWriter class methodsFor:'signal constants'!
@@ -188,9 +194,9 @@
 !AbstractSourceFileWriter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.7 2011-06-28 11:41:46 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.8 2012-10-20 19:22:46 cg Exp $'
 !
 
 version_SVN
-    ^ ' Id: AbstractSourceFileWriter.st 10643 2011-06-08 21:53:07Z vranyj1  '
+    ^ '§ Id: AbstractSourceFileWriter.st 10643 2011-06-08 21:53:07Z vranyj1  §'
 ! !