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