ClassCategoryReader.st
changeset 1295 83f594f05c52
parent 1176 1c53fc7a69c0
child 1565 63876d73db7d
--- a/ClassCategoryReader.st	Thu Apr 25 18:54:31 1996 +0200
+++ b/ClassCategoryReader.st	Thu Apr 25 19:02:53 1996 +0200
@@ -61,6 +61,12 @@
                            and keep a reference to that file.
                            if the image is later moved to another location,
                            this file should be moved along with it.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Class PositionableStream
 "
 ! !
 
@@ -319,6 +325,6 @@
 !ClassCategoryReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.29 1996-04-13 20:35:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassCategoryReader.st,v 1.30 1996-04-25 16:57:06 cg Exp $'
 ! !
 ClassCategoryReader initialize!