AbstractSourceFileWriter.st
branchjv
changeset 17976 50c2416f962a
parent 17869 9610c6c94e71
child 18011 deb0c3355881
--- a/AbstractSourceFileWriter.st	Mon Oct 29 17:05:17 2012 +0000
+++ b/AbstractSourceFileWriter.st	Mon Oct 29 22:07:56 2012 +0000
@@ -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 10700 2011-09-29 15:44:37Z vranyj1 $'
+    ^ '$ Id: AbstractSourceFileWriter.st 10643 2011-06-08 21:53:07Z vranyj1  $'
 ! !