Change-Id: I9732769550c01a0341104d3f8778c152d7745a94 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
210 B
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;
|
|
};
|