X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=sample.c;h=5ad71b7c3bd6dbfa6668ccbe920e1614cce47cfa;hp=cce23bc014da959079ce42d8a90ec69442dfd6d2;hb=HEAD;hpb=e45bc20064dd8d224f49a02aec2558129977551b diff --git a/sample.c b/sample.c index cce23bc..5ad71b7 100644 --- 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 () {} -/** @} */ +/** @} */