#DOCUMENTATION by mawalch
authormawalch
Mon, 18 Jul 2016 14:11:57 +0200
changeset 3706 957d8c1bbd16
parent 3704 9f4d55bc899f
child 3707 baba86518fd9
#DOCUMENTATION by mawalch class: ValueHolder comment/format in: #documentation spelling
ValueHolder.st
--- a/ValueHolder.st	Thu Jul 07 20:22:13 2016 +0200
+++ b/ValueHolder.st	Mon Jul 18 14:11:57 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ValueModel subclass:#ValueHolder
 	instanceVariableNames:'value'
 	classVariableNames:''
@@ -36,15 +38,15 @@
 
 documentation
 "
-    a valueHolder can be used as a model for editFields, buttons etc.
+    A valueHolder can be used as a model for editFields, buttons etc.
     It stores some value internally, and sends update messages to its
     dependents when changed.
 
-    Notice: 
+    Notice:
         this class was implemented using protocol information
         from alpha testers - it may not be complete or compatible to
-        the corresponding ST-80 class. 
-        If you encounter any incompatibilities, please forward a note 
+        the corresponding ST-80 class.
+        If you encounter any incompatibilities, please forward a note
         describing the incompatibility verbal (i.e. no code) to the ST/X team.
 
     [author:]
@@ -162,9 +164,10 @@
 !ValueHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.20 2012-08-03 15:53:12 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.20 2012-08-03 15:53:12 stefan Exp $'
+    ^ '$Header$'
 ! !
+