comment/format in: #fileOutComment:on:
authorClaus Gittinger <cg@exept.de>
Fri, 02 Oct 2009 17:00:29 +0200
changeset 12109 1e360b1a1062
parent 12108 ed9288e408b7
child 12110 63591756029c
comment/format in: #fileOutComment:on:
AbstractSourceFileWriter.st
--- a/AbstractSourceFileWriter.st	Fri Oct 02 16:30:07 2009 +0200
+++ b/AbstractSourceFileWriter.st	Fri Oct 02 17:00:29 2009 +0200
@@ -56,11 +56,8 @@
 !AbstractSourceFileWriter methodsFor:'source writing - comments'!
 
 fileOutComment: aStringOrStringCollection on: aStream
+    "Writes a comment to a stream using proper syntax"
 
-    "
-        Writes a comment to a stream
-        using proper syntax
-    "
     self fileOutCommentStartOn: aStream.
     aStringOrStringCollection isStringCollection
         ifTrue:
@@ -145,11 +142,11 @@
 !AbstractSourceFileWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.4 2009-09-30 12:05:31 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.5 2009-10-02 15:00:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.4 2009-09-30 12:05:31 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbstractSourceFileWriter.st,v 1.5 2009-10-02 15:00:29 cg Exp $'
 !
 
 version_SVN