WrappedMethod.st
changeset 234 6350e3b2223c
parent 210 3638d229ce41
child 352 ac12b5bc2754
--- a/WrappedMethod.st	Thu Apr 25 18:08:46 1996 +0200
+++ b/WrappedMethod.st	Thu Apr 25 18:48:42 1996 +0200
@@ -36,6 +36,12 @@
 documentation
 "
     support for MessageTracer
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        MessageTracer
 "
 ! !
 
@@ -101,5 +107,5 @@
 !WrappedMethod class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/WrappedMethod.st,v 1.10 1996-04-16 09:29:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/WrappedMethod.st,v 1.11 1996-04-25 16:48:42 cg Exp $'
 ! !