ContextInspectorView.st
changeset 510 6543e55fb227
parent 471 114883d63124
child 645 16a618dcbb43
--- a/ContextInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/ContextInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -41,6 +41,12 @@
         names are not known by the expression evaluator.
         This has to be fixed 
         (actual work is to be done in the Parser to allow passing of a context ...)
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Context DebugView
 "
 ! !
 
@@ -312,5 +318,5 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.22 1996-04-12 16:37:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.23 1996-04-25 16:32:31 cg Exp $'
 ! !