#DOCUMENTATION by mawalch
authormawalch
Tue, 23 May 2017 16:21:50 +0200
changeset 21770 02cbb05d3aa4
parent 21769 99e8c78bf219
child 21771 2264c7d8e15b
#DOCUMENTATION by mawalch class: ExternalStructure class comment/format in: #documentation
ExternalStructure.st
--- a/ExternalStructure.st	Tue May 23 16:18:20 2017 +0200
+++ b/ExternalStructure.st	Tue May 23 16:21:50 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -55,10 +53,10 @@
     allow you to access bytes via indexed at:/at:put: messages, whilst instances of subclasses of me
     allow access via the corresponding getter/setter methods of my C-type.
 
-    Usage: normally (within exept), these are to be used with the ctype framework, which parses
+    Usage: normally (within eXept), these are to be used with the ctype framework, which parses
     c header files and generates structure descriptions (ctypes).
-    However, this class can also be used wthout such type descriptions, by subclassing it
-    and redefining sizeof (to return the size in bytes of the structure) and getters 
+    However, this class can also be used without such type descriptions, by subclassing it
+    and redefining sizeof (to return the size in bytes of the structure) and getters
     (as 'self longAt:idx', unsignedLOngAt:idx, etc.).
 
     [author:]