added: #documentation
authorClaus Gittinger <cg@exept.de>
Sat, 20 Oct 2012 21:38:11 +0200
changeset 11875 276c565756ed
parent 11874 29fac41ec346
child 11876 aa117e8388d1
added: #documentation
Tools_MethodCategoryList.st
--- a/Tools_MethodCategoryList.st	Sat Oct 20 21:36:38 2012 +0200
+++ b/Tools_MethodCategoryList.st	Sat Oct 20 21:38:11 2012 +0200
@@ -56,6 +56,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I implement the method category (= protocol) list in the new system browser
+"
 ! !
 
 !MethodCategoryList class methodsFor:'initialization'!
@@ -2051,11 +2057,11 @@
 !MethodCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.83 2012-10-20 13:49:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.84 2012-10-20 19:38:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.83 2012-10-20 13:49:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_MethodCategoryList.st,v 1.84 2012-10-20 19:38:11 cg Exp $'
 ! !
 
 MethodCategoryList initialize!