# HG changeset patch # User Claus Gittinger # Date 1474549479 -7200 # Node ID 217d41a5662f157bbb4bf2b1e8c2b4833e7f6aea # Parent c56f2789cb91358dc4d7b47f6e0c1e81ca8fcebe #DOCUMENTATION by cg class: ClassDescription comment/format in: #initialize #nameSpaceQuerySignal #usedNameSpaceQuerySignal diff -r c56f2789cb91 -r 217d41a5662f 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