#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 18 Jan 2018 15:27:49 +0100
changeset 22446 f3eddd51bba2
parent 22445 ff0ebbd11d41
child 22447 b1693621ba1d
#DOCUMENTATION by cg class: Method comment/format in: #resources
Method.st
--- a/Method.st	Thu Jan 18 15:19:13 2018 +0100
+++ b/Method.st	Thu Jan 18 15:27:49 2018 +0100
@@ -1070,6 +1070,7 @@
     "Modified (format): / 18-11-2011 / 14:47:06 / cg"
 ! !
 
+
 !Method methodsFor:'accessing-visibility'!
 
 isIgnored
@@ -3465,7 +3466,8 @@
 !
 
 resources
-    "return the method's resource spec; either nil or a collection of symbols."
+    "return the method's resource spec (i.e. resource-annotation); 
+     either nil or a collection of symbols."
 
     | resources |
 
@@ -3813,6 +3815,7 @@
     "Created: / 23-07-2012 / 11:16:36 / cg"
 ! !
 
+
 !Method methodsFor:'source management'!
 
 revisionInfo