CodeGeneratorTool.st
changeset 17079 960e7a3a7157
parent 16901 0023fed870de
child 17136 cb908d2ba02e
child 17269 9a118f7ef290
--- a/CodeGeneratorTool.st	Fri Nov 18 04:52:12 2016 +0100
+++ b/CodeGeneratorTool.st	Fri Nov 18 10:52:22 2016 +0100
@@ -900,6 +900,14 @@
     "return a method definition template string for a documentation method"
 
     ^ self methodTemplate
+!
+
+methodTemplateForPackageDocumentation
+    "return a documentation method definition template string for a package"
+
+    ^ self methodTemplateForDocumentation
+
+    "Created: / 18-11-2016 / 10:51:39 / cg"
 ! !
 
 !CodeGeneratorTool methodsFor:'bulk changes'!