zephyr/doc/contribute/doxygen/ex_struct_pre.c
Anas Nashif 5b309af05f doc: move code contribution guidelines one level up
Change-Id: I0d57dd5874e026020e103b2d15367313f5f9a0fc
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-15 22:07:08 +00: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;
};