*** empty log message ***
[m17n/m17n-docs.git] / sample.c
index cce23bc..d93a3ca 100644 (file)
--- a/sample.c
+++ b/sample.c
@@ -2,12 +2,11 @@
     @brief 
 
     long group document
-    @{
-  */
+    @{ */
 
 /** @brief 
 
-    long structure document */
+    loong structure document */
 
 typedef struct
   
@@ -16,6 +15,13 @@ typedef struct
  void SampleField;
 } SampleStructure;
 
+/** SampleStructure2Document */
+struct SampleStructure2
+{ 
+/** SampleFiledDocument2 */
+ void SampleField2;
+} ;
+
 /** @brief 
 
     long function document */
@@ -23,4 +29,4 @@ typedef struct
 int
 SampleFunction () {}
 
-/**   @}  */
+/** @} */