SmalltalkCodeGeneratorTool.st
changeset 18798 2534c610f0d0
parent 18422 e53c5e8ee417
child 18815 ed501fb693fa
--- a/SmalltalkCodeGeneratorTool.st	Wed May 29 22:54:32 2019 +0200
+++ b/SmalltalkCodeGeneratorTool.st	Tue Jun 04 13:14:47 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -2088,6 +2086,24 @@
 "
 ' , (existingComment ? '    documentation to be added.') , '
 
+    class:
+        <a short class summary here, describing what instances represent>
+
+    responsibilities:    
+        <describing what my main role is>
+
+    collaborators:    
+        <describing with whom and how I talk to>
+
+    API:
+        <public api and main messages>
+        
+    example:
+        <a one-line examples on how to use - can also be in a separate example method>
+
+    implementation:
+        <implementation points>
+
     [author:]
         ' ", userName 
           , ' (' , emailAddress , ')' "
@@ -2112,6 +2128,7 @@
     "Modified: / 24-11-2006 / 15:54:27 / cg"
     "Modified: / 04-02-2011 / 08:24:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 23-06-2017 / 15:56:15 / Maren"
+    "Modified: / 04-06-2019 / 11:05:00 / Claus Gittinger"
 !
 
 createExamplesMethodFor:aClass