*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 20 Aug 2008 21:40:26 +0200
changeset 8234 971ce68b9ff6
parent 8233 e2f89abb11d9
child 8235 e9748aa06cf9
*** empty log message ***
Tools__BreakpointBrowser.st
--- a/Tools__BreakpointBrowser.st	Wed Aug 20 21:38:52 2008 +0200
+++ b/Tools__BreakpointBrowser.st	Wed Aug 20 21:40:26 2008 +0200
@@ -1,3 +1,14 @@
+"
+ COPYRIGHT (c) 2008 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
 "{ Package: 'stx:libtool' }"
 
 "{ NameSpace: Tools }"
@@ -28,35 +39,26 @@
 
 !BreakpointBrowser class methodsFor:'documentation'!
 
+copyright
+"
+ COPYRIGHT (c) 2008 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
 documentation
 "
-    documentation to be added.
+    tool to list breakpoints (breakPoint/halt/assert)
 
     [author:]
         cg (cg@FUSI)
-
-    [instance variables:]
-
-    [class variables:]
-
-    [see also:]
-
-"
-!
-
-examples
-"
-  Starting the application:
-                                                                [exBegin]
-    BreakpointBrowser open
-
-                                                                [exEnd]
-
-  more examples to be added:
-                                                                [exBegin]
-    ... add code fragment for 
-    ... executable example here ...
-                                                                [exEnd]
 "
 ! !
 
@@ -1193,5 +1195,5 @@
 !BreakpointBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointBrowser.st,v 1.1 2008-08-20 19:38:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__BreakpointBrowser.st,v 1.2 2008-08-20 19:40:26 cg Exp $'
 ! !