Cface__SmalltalkXGenerator.st
changeset 28 6a2e82ddbca1
parent 27 5a58064b5921
child 29 91d5e0a30fa4
--- a/Cface__SmalltalkXGenerator.st	Fri Sep 07 23:35:53 2012 +0000
+++ b/Cface__SmalltalkXGenerator.st	Mon Sep 10 10:23:27 2012 +0000
@@ -147,14 +147,16 @@
     ^String streamContents:
         [:s|
         s 
-            nextPutAll: 'structSize'; cr; cr;
+            nextPutAll: 'structSize'; cr; 
+            tab4; nextPutAll:'"Returns size of undelaying structure in bytes"'; cr;
+            cr;
             tab4; 
             nextPutAll: '^';
             nextPutAll: size printString
         ]
 
     "Created: / 09-09-2008 / 17:12:01 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 05-09-2012 / 11:48:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 10-09-2012 / 10:09:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !SmalltalkXGenerator methodsFor:'visiting'!