stopwatch bugfix
This commit is contained in:
16
serialize/SerializeDoc.h
Normal file
16
serialize/SerializeDoc.h
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @page serialPage Serialization Tools
|
||||
* This page refers to the serialization tools included in framework/serialize.
|
||||
* The serialization tools are a useful tool to convert object data into raw
|
||||
* buffers and vice-versa. Here is a rough overview which tool to use for
|
||||
* which purpose.
|
||||
*
|
||||
* @section endSwapper Endian Swapper
|
||||
* This header file includes tools to do simple serial order swapping
|
||||
*
|
||||
* @section serialiezIF SerializeIF
|
||||
*
|
||||
* @section serElement SerializeElement
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user