From: nisikimi Date: Fri, 18 Jul 2003 09:12:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~124 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=b200df87ba43800f19d81762faa30e4970ecd1d3 *** empty log message *** --- diff --git a/sample.c b/sample.c index f6aa244..d93a3ca 100644 --- 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 */