#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 05 May 2016 10:50:37 +0200
changeset 19710 9b66b3df7d82
parent 19709 57e2c3f97d18
child 19711 ce5eca41f3d1
#DOCUMENTATION by cg class: HaltInterrupt comment/format in: #documentation
HaltInterrupt.st
--- a/HaltInterrupt.st	Thu May 05 10:50:29 2016 +0200
+++ b/HaltInterrupt.st	Thu May 05 10:50:37 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 ControlInterrupt subclass:#HaltInterrupt
 	instanceVariableNames:''
 	classVariableNames:''
@@ -38,6 +40,9 @@
 "
     Raised by the #halt methods.
     A programmed debug-breakpoint.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -54,7 +59,7 @@
 !HaltInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/HaltInterrupt.st,v 1.4 2013-04-27 10:12:51 cg Exp $'
+    ^ '$Header$'
 ! !