Fix typo.
[m17n/m17n-docs.git] / sample.c
1 /** @addtogroup SampleGroup
2     @brief brief group document
3
4     long group document
5     @{ */
6
7 /** @brief brief structure document
8
9     loong structure document */
10
11 typedef struct
12   
13
14 /** SampleFiledDocument */
15  void SampleField;
16 } SampleStructure;
17
18 /** SampleStructure2Document */
19 struct SampleStructure2
20
21 /** SampleFiledDocument2 */
22  void SampleField2;
23 } ;
24
25 /** @brief brief function document
26
27     long function document */
28
29 int
30 SampleFunction () {}
31
32 /** @} */