2015-06-27 01:42:00 +08:00
|
|
|
/** @brief Brief description of struct pre.
|
2015-06-06 10:24:32 +08:00
|
|
|
*
|
|
|
|
* Detailed description of struct pre. Optional
|
|
|
|
* */
|
|
|
|
struct pre {
|
2015-06-27 01:42:00 +08:00
|
|
|
/** Variable g brief description. */
|
2015-06-06 10:24:32 +08:00
|
|
|
int g;
|
|
|
|
|
2015-06-27 01:42:00 +08:00
|
|
|
/** Variable h brief description. */
|
2015-06-06 10:24:32 +08:00
|
|
|
int h;
|
|
|
|
};
|