#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:04:39 +0200
changeset 20406 217d41a5662f
parent 20405 c56f2789cb91
child 20407 940164393f2f
#DOCUMENTATION by cg class: ClassDescription comment/format in: #initialize #nameSpaceQuerySignal #usedNameSpaceQuerySignal
ClassDescription.st
--- a/ClassDescription.st	Thu Sep 22 15:04:04 2016 +0200
+++ b/ClassDescription.st	Thu Sep 22 15:04:39 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -205,7 +207,7 @@
         UpdateChangeListQuerySignal handlerBlock:[:ex | ex proceedWith:UpdatingChanges].
 
         NameSpaceQuerySignal isNil ifTrue:[
-            "This could be used BEFORE initialize has been invoked - thats why we initialize
+            "This could be used BEFORE initialize has been invoked - that's why we initialize
              the class var there."
             NameSpaceQuerySignal := self nameSpaceQuerySignal
         ].
@@ -402,7 +404,7 @@
 nameSpaceQuerySignal
     "return the signal used as an upQuery for the current nameSpace.
      Will be used when filing in code.
-     This could be used BEFORE initialize has been invoked - thats why we do not
+     This could be used BEFORE initialize has been invoked - that's why we do not
      simply return the class var here."
 
     NameSpaceQuerySignal isNil ifTrue:[
@@ -487,7 +489,7 @@
 usedNameSpaceQuerySignal
     "return the signal used as an upQuery for the used nameSpace.
      Will be used when filing in code.
-     This could be used BEFORE initialize has been invoked - thats why we do not
+     This could be used BEFORE initialize has been invoked - that's why we do not
      simply return the class var here."
 
     UsedNameSpaceQuerySignal isNil ifTrue:[
@@ -830,7 +832,6 @@
     "Created: / 28.3.1998 / 21:21:52 / cg"
 ! !
 
-
 !ClassDescription methodsFor:'Compatibility-V''Age'!
 
 categoriesFor:aSelector are:listOfCategories