class: stx_libtool2
authorClaus Gittinger <cg@exept.de>
Sat, 31 Jan 2015 13:55:04 +0100
changeset 3177 0d5fbdb2e7fd
parent 3176 ed6b37bc35b0
child 3178 58100b56595d
class: stx_libtool2 comment/format in: #documentation
stx_libtool2.st
--- a/stx_libtool2.st	Tue Jan 27 13:16:28 2015 +0100
+++ b/stx_libtool2.st	Sat Jan 31 13:55:04 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool2' }"
 
+"{ NameSpace: Smalltalk }"
+
 LibraryDefinition subclass:#stx_libtool2
 	instanceVariableNames:''
 	classVariableNames:''
@@ -36,8 +38,12 @@
 
 documentation
 "
-    Build- and package information for creation of the st/x standard library: stx_libtool2.
-    This library contains additional developer tools.
+    Package documentation:
+
+    This library contains advanced ST/X development tools.
+    Mostly modern replacements for browsers, additional analysis and monitoring tools etc.
+    You can, but don't want to live without these 
+    (i.e. it is still possible, to work with the older libtool stuff).
 "
 ! !