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