#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:07:37 +0200
changeset 4088 d43c1faedb32
parent 4086 0dc6dd61e485
child 4089 43143bac2181
#DOCUMENTATION by cg class: EllipticalArc comment/format in: #asEllipticalArc
EllipticalArc.st
--- a/EllipticalArc.st	Tue Sep 20 11:51:13 2016 +0200
+++ b/EllipticalArc.st	Thu Sep 22 15:07:37 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Geometric subclass:#EllipticalArc
 	instanceVariableNames:'boundingBox startAngle sweepAngle'
 	classVariableNames:''
@@ -250,7 +252,7 @@
 !EllipticalArc methodsFor:'converting'!
 
 asEllipticalArc
-    "convert the receiver into an ellipticalArc - thats the receiver itself"
+    "convert the receiver into an ellipticalArc - that's the receiver itself"
 
     ^ self 
 ! !
@@ -307,5 +309,6 @@
 !EllipticalArc class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.14 2009-06-06 10:12:23 cg Exp $'
+    ^ '$Header$'
 ! !
+