zephyr/doc/collaboration/code/doxygen/ex_struct_pre.c

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;
};