ClassNameItem.st
changeset 2625 d70f0361a027
parent 2613 4dd07aefaf20
child 2626 4ee750caddab
--- a/ClassNameItem.st	Fri Feb 18 14:39:31 2000 +0100
+++ b/ClassNameItem.st	Fri Feb 18 15:02:06 2000 +0100
@@ -5,6 +5,23 @@
 	category:'Interface-Browsers-Support'
 !
 
+!ClassNameItem class methodsFor:'documentation'!
+
+documentation
+"
+    This is not yet finished (work in progress) - do not use.
+
+    [author:]
+        Pierre Schwarz (ps@exept.de)
+
+    [see also:]
+
+    [instance variables:]
+
+    [class variables:]
+"
+
+! !
 
 !ClassNameItem class methodsFor:'image specs'!
 
@@ -111,5 +128,5 @@
 !ClassNameItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassNameItem.st,v 1.1 2000-02-15 16:49:25 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassNameItem.st,v 1.2 2000-02-18 14:01:13 cg Exp $'
 ! !