Model.st
changeset 223 b65dc250db8d
parent 190 f8de925054bf
child 238 a179b5d6152e
--- a/Model.st	Thu Apr 25 18:35:11 1996 +0200
+++ b/Model.st	Thu Apr 25 18:43:54 1996 +0200
@@ -42,12 +42,15 @@
     However, instances of Model (and subclasses) keep the dependents locally
     in an instance variable; thus speeding up access a bit.
 
-    Instance variables:
-	dependents      Collection      those objects which depend on me.
-					To save some storage, the dependent is
-					kept directly here, IFF there os only one.
-					Otherwise, a collection of dependents is
-					held here.
+    [Instance variables:]
+        dependents      Collection      those objects which depend on me.
+                                        To save some storage, the dependent is
+                                        kept directly here, IFF there os only one.
+                                        Otherwise, a collection of dependents is
+                                        held here.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -228,5 +231,5 @@
 !Model class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.22 1996-04-19 16:07:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.23 1996-04-25 16:43:38 cg Exp $'
 ! !