documentation
authorClaus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 20:20:58 +0200
changeset 3272 7e58d594ab27
parent 3271 4a30a0fe6b25
child 3273 7cf94988dc15
documentation
MultiReadStream.st
--- a/MultiReadStream.st	Wed Apr 30 20:20:55 2014 +0200
+++ b/MultiReadStream.st	Wed Apr 30 20:20:58 2014 +0200
@@ -18,6 +18,9 @@
     Useful when reading files which include each other, or to handle
     define-macro expansion in a c-parser.
 
+    [Author:]
+        Claus Gittinger
+
     [instance variables:]
 "
 
@@ -160,6 +163,6 @@
 !MultiReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.7 2013-08-18 10:55:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/MultiReadStream.st,v 1.8 2014-04-30 18:20:58 cg Exp $'
 ! !