mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-13 00:18:34 +00:00
Change-Id: I0d57dd5874e026020e103b2d15367313f5f9a0fc 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;
|
|
};
|