comment/format in: #documentation
authorClaus Gittinger <cg@exept.de>
Sat, 31 Jan 2015 13:58:44 +0100
changeset 3441 48a344f75d27
parent 3440 4db110335eaa
child 3442 341156060a57
comment/format in: #documentation
stx_libview2.st
--- a/stx_libview2.st	Mon Jan 26 15:48:02 2015 +0100
+++ b/stx_libview2.st	Sat Jan 31 13:58:44 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview2' }"
 
+"{ NameSpace: Smalltalk }"
+
 LibraryDefinition subclass:#stx_libview2
 	instanceVariableNames:''
 	classVariableNames:''
@@ -36,7 +38,8 @@
 
 documentation
 "
-    Build- and package information for creation of the st/x standard library: stx_libview2.
+    Package Documentation
+
     This library contains additional graphics-interfacing components and infrastructure.
 "
 ! !
@@ -403,10 +406,10 @@
 !stx_libview2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.84 2014-12-21 22:34:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.84 2014-12-21 22:34:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.85 2015-01-31 12:58:44 cg Exp $'
 ! !