class: MCDefinitionIndex
authorClaus Gittinger <cg@exept.de>
Wed, 15 May 2013 13:57:02 +0200
changeset 790 beb50bd00335
parent 789 a43e80fce0a6
child 791 93a642e657f9
class: MCDefinitionIndex added: #documentation
MCDefinitionIndex.st
--- 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 $'
 ! !
+