BrowserView.st
changeset 1444 2b198bcb0189
parent 1426 aa8bda9a1964
child 1446 3598b28d8af9
--- a/BrowserView.st	Fri Jan 30 15:06:46 1998 +0100
+++ b/BrowserView.st	Sun Feb 01 16:12:08 1998 +0100
@@ -6389,6 +6389,16 @@
 'documentation
 "
     documentation to be added.
+
+    [author:]
+        ' , OperatingSystem getFullUserName 
+          , ' (' , OperatingSystem getLoginName , '@' , OperatingSystem getHostName , ')' , '
+
+    [see also:]
+
+    [instance variables:]
+
+    [class variables:]
 "
 '                   forClass:cls 
                   inCategory:'documentation'.
@@ -6402,6 +6412,10 @@
 'examples
 "
     examples to be added.
+                                                                [exBegin]
+    ... add code fragment for 
+    ... executable example here ...
+                                                                [exEnd]
 "
 '                   forClass:cls 
                   inCategory:'documentation'.
@@ -6423,7 +6437,7 @@
 "/        self updateMethodListWithScroll:false
     ]
 
-    "Modified: / 24.10.1997 / 02:42:38 / cg"
+    "Modified: / 1.2.1998 / 16:10:03 / cg"
 !
 
 methodCategoryFileOut
@@ -11262,6 +11276,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.360 1998-01-27 23:30:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.361 1998-02-01 15:12:08 cg Exp $'
 ! !
 BrowserView initialize!