ClassDescription.st
changeset 17416 c2b95ed01c3e
parent 17296 01877838355d
child 17447 008c76582198
--- a/ClassDescription.st	Thu Feb 05 08:29:08 2015 +0100
+++ b/ClassDescription.st	Thu Feb 05 12:28:32 2015 +0100
@@ -841,7 +841,6 @@
     "Created: / 28.3.1998 / 21:21:52 / cg"
 ! !
 
-
 !ClassDescription methodsFor:'Compatibility-V''Age'!
 
 categoriesFor:aSelector are:listOfCategories
@@ -3250,8 +3249,8 @@
 !
 
 commentOrDocumentationString
-    "the classes documentation-method's comment, its plain
-     comment or nil"
+    "return either the classes documentation-method's comment
+     or its plain comment or nil"
 
     |cls m s|
 
@@ -4352,11 +4351,11 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.258 2015-01-12 21:17:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.259 2015-02-05 11:28:32 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.258 2015-01-12 21:17:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.259 2015-02-05 11:28:32 cg Exp $'
 ! !