Changeset 56

Show
Ignore:
Timestamp:
06/26/08 22:07:51 (2 months ago)
Author:
baxissimo
Message:

Doc edit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doost/util/serializer/Binary.d

    r51 r56  
    7070 
    7171/** 
    72    BinaryConverter handles type and endian conversions for binary data 
     72   BinaryConverter handles type and endian conversions for binary data. 
     73   This is primarily intended for use on the native atomic types. 
    7374*/ 
    7475struct BinaryConverter 
    7576{ 
     77    /** This member controls whether or not byte swapping is performed */ 
    7678    bool doSwap = false; 
    7779