CustomSourceCodeGenerator.st
changeset 775 1bcae9a2c412
parent 674 58df305d9184
child 803 95cdac772759
--- a/CustomSourceCodeGenerator.st	Thu Dec 04 23:52:59 2014 +0100
+++ b/CustomSourceCodeGenerator.st	Sat Dec 06 17:47:19 2014 +0100
@@ -12,7 +12,7 @@
 documentation
 "
     Extension for CodeGenerator to support work just with source code and with formatter.
-    It would be nice to do it just as extension, but I dont know how to add instance variable as extension.
+    Replacements definition are not stricly limited to just expressions, but also method call.
 
     [author:]
         Jakub Nesveda <nesvejak@fit.cvut.cz>
@@ -179,3 +179,10 @@
     "Created: / 19-09-2014 / 23:56:27 / Jakub Nesveda <nesvejak@fit.cvut.cz>"
 ! !
 
+!CustomSourceCodeGenerator class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+