]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/funcmacro_byteorder.h
Fix ribbon documentation warnings.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_byteorder.h
CommitLineData
dae2800a
BP
1/////////////////////////////////////////////////////////////////////////////
2// Name: funcmacro_byteorder.h
3// Purpose: Byte Order function and macro group docs
4// Author: wxWidgets team
526954c5 5// Licence: wxWindows licence
dae2800a
BP
6/////////////////////////////////////////////////////////////////////////////
7
8/**
9
10@defgroup group_funcmacro_byteorder Byte Order
11@ingroup group_funcmacro
12
13The endian-ness issues (that is the difference between big-endian and
14little-endian architectures) are important for the portable programs working
15with the external binary data (for example, data files or data coming from
16network) which is usually in some fixed, platform-independent format.
17
18The macros are helpful for transforming the data to the correct format.
19
20*/
21