CodeGeneratorTool.st
changeset 3719 d7f6eb94a693
parent 3716 cbaffbf250f5
child 3800 a5c75c369855
--- a/CodeGeneratorTool.st	Thu Jul 11 23:26:54 2002 +0200
+++ b/CodeGeneratorTool.st	Fri Jul 12 09:29:22 2002 +0200
@@ -7,6 +7,17 @@
 	category:'Interface-Browsers'
 !
 
+!CodeGeneratorTool class methodsFor:'documentation'!
+
+documentation
+"
+    extracted code generation stuff from old and newBrowser.
+    There is probably more to gome...
+
+    [author:]
+        Claus Gittiner
+"
+! !
 
 !CodeGeneratorTool class methodsFor:'code generation'!
 
@@ -974,5 +985,5 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.2 2002-07-11 21:04:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.3 2002-07-12 07:29:22 cg Exp $'
 ! !