zephyr/doc/doxygen/ex_struct_pre.c
Anas Nashif 2eb30f3aac Remove dos carriage return
Change-Id: I9732769550c01a0341104d3f8778c152d7745a94
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:14:16 -05:00

12 lines
210 B
C

/*! @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;
};