ClassItem.st
changeset 2517 69888372f495
parent 2516 736908782aa1
child 2538 65d455c152f0
--- a/ClassItem.st	Wed Dec 29 15:53:21 1999 +0100
+++ b/ClassItem.st	Wed Dec 29 16:24:33 1999 +0100
@@ -38,8 +38,11 @@
 !ClassItem methodsFor:'initialization'!
 
 initialize
+"
+initialize necessary things
 
-
+<return: self>
+"
     childrensComputed := false
 ! !
 
@@ -92,5 +95,5 @@
 !ClassItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.1 1999-12-29 14:53:21 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.2 1999-12-29 15:24:33 ps Exp $'
 ! !