From b200df87ba43800f19d81762faa30e4970ecd1d3 Mon Sep 17 00:00:00 2001 From: nisikimi Date: Fri, 18 Jul 2003 09:12:23 +0000 Subject: [PATCH] *** empty log message *** --- sample.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 */ -- 1.7.10.4