X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=blobdiff_plain;f=sample.c;h=d93a3ca6036daf955d23110e669348cfc793a281;hp=f6aa2443f010c51223e05989429c7c87e7264023;hb=659fee2c820e492683eddc58bf8df23f8f5c47f1;hpb=4e48b96b9a983fb146df1a86739e5dd7a7294eab 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 */