test
test
 All Data Structures Files Functions Variables Enumerations Enumerator Pages
Struct Snippet

This is Page 2.

It shows struct document.

[MY_STRUCT]This is brief description of My Struct.
This is detailed description of My Struct.
Here is snippet of the struct:

struct myStruct
{
int x;
int y;
};