*** empty log message ***
[m17n/m17n-docs.git] / sample.c
index f6aa244..d93a3ca 100644 (file)
--- a/sample.c
+++ b/sample.c
@@ -6,7 +6,7 @@
 
 /** @brief 
 
-    long structure document */
+    loong structure document */
 
 typedef struct
   
@@ -15,6 +15,13 @@ typedef struct
  void SampleField;
 } SampleStructure;
 
+/** SampleStructure2Document */
+struct SampleStructure2
+{ 
+/** SampleFiledDocument2 */
+ void SampleField2;
+} ;
+
 /** @brief 
 
     long function document */