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