blob: e9a1629b38988266ca32a0c5c531541fada148b9 [file] [log] [blame]
/*! @brief Brief description of struct pre.
*
* Detailed description of struct pre. Optional
* */
struct pre {
/*! Variable g brief description. */
int g;
/*! Variable h brief description. */
int h;
};