Document of c-modernization-kit (doxygen-sample)
1.0.0
Loading...
Searching...
No Matches
doxygen-sample
include
struct.h
Go to the documentation of this file.
1
6
typedef
struct
7
{
8
int
a
;
9
float
b
;
10
}
SAMPLE_STRUCT
;
SAMPLE_STRUCT
サンプル構造体。
Definition
struct.h:7
SAMPLE_STRUCT::b
float b
浮動小数点数値。
Definition
struct.h:9
SAMPLE_STRUCT::a
int a
整数値。
Definition
struct.h:8
Generated by
1.14.0