MCDefinitionIndex.st
changeset 790 beb50bd00335
parent 618 bd4226d917e0
child 1002 54b4906215ca
--- a/MCDefinitionIndex.st	Wed May 15 13:56:18 2013 +0200
+++ b/MCDefinitionIndex.st	Wed May 15 13:57:02 2013 +0200
@@ -7,6 +7,13 @@
 	category:'SCM-Monticello-Patching'
 !
 
+!MCDefinitionIndex class methodsFor:'documentation'!
+
+documentation
+"
+    I'm a simple container of MCDefinitions which can be added or removed.
+"
+! !
 
 !MCDefinitionIndex class methodsFor:'initialization'!
 
@@ -54,13 +61,14 @@
 !MCDefinitionIndex class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDefinitionIndex.st,v 1.4 2012-09-11 21:21:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDefinitionIndex.st,v 1.5 2013-05-15 11:57:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDefinitionIndex.st,v 1.4 2012-09-11 21:21:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDefinitionIndex.st,v 1.5 2013-05-15 11:57:02 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: MCDefinitionIndex.st 7 2010-09-12 07:18:55Z vranyj1 §'
+    ^ '$Id: MCDefinitionIndex.st,v 1.5 2013-05-15 11:57:02 cg Exp $'
 ! !
+