Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
781b627f8cc112258e97f19cdc79ead15ce1e771
/
.
/
doc
/
doxygen
/
ex_struct_pre.c
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
;
};