ClassItem.st
changeset 2547 49e7cb306cd5
parent 2542 dbebe8c0abf3
child 2612 ce84f1d3dae9
--- a/ClassItem.st	Fri Jan 14 16:34:05 2000 +0100
+++ b/ClassItem.st	Fri Jan 14 16:57:27 2000 +0100
@@ -2,9 +2,26 @@
 	instanceVariableNames:'myClass isRegistered revisonColl revisionInfo'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Browsers'
+	category:'Interface-Browsers-Support'
 !
 
+!ClassItem class methodsFor:'documentation'!
+
+documentation
+"
+    documentation to be added.
+
+    [author:]
+        Pierre Schwarz (ps@exept.de)
+
+    [see also:]
+
+    [instance variables:]
+
+    [class variables:]
+"
+
+! !
 
 !ClassItem class methodsFor:'protocol'!
 
@@ -215,5 +232,5 @@
 !ClassItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.4 2000-01-14 14:09:49 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItem.st,v 1.5 2000-01-14 15:57:13 cg Exp $'
 ! !