blob: b61a3b6589532e10700703411ba0c73a61475c24 [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;
};