ExpandableRevisionItem.st
changeset 2547 49e7cb306cd5
parent 2545 a99be3f7193e
child 2612 ce84f1d3dae9
--- a/ExpandableRevisionItem.st	Fri Jan 14 16:34:05 2000 +0100
+++ b/ExpandableRevisionItem.st	Fri Jan 14 16:57:27 2000 +0100
@@ -2,9 +2,26 @@
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-Browsers'
+	category:'Interface-Browsers-Support'
 !
 
+!ExpandableRevisionItem class methodsFor:'documentation'!
+
+documentation
+"
+    documentation to be added.
+
+    [author:]
+        Pierre Schwarz (ps@exept.de)
+
+    [see also:]
+
+    [instance variables:]
+
+    [class variables:]
+"
+
+! !
 
 !ExpandableRevisionItem methodsFor:'accessing'!
 
@@ -57,5 +74,5 @@
 !ExpandableRevisionItem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.2 2000-01-14 15:13:02 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ExpandableRevisionItem.st,v 1.3 2000-01-14 15:56:59 cg Exp $'
 ! !