projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50dd042
)
*** empty log message ***
author
nisikimi
<nisikimi>
Fri, 18 Jul 2003 09:12:23 +0000
(09:12 +0000)
committer
nisikimi
<nisikimi>
Fri, 18 Jul 2003 09:12:23 +0000
(09:12 +0000)
sample.c
patch
|
blob
|
history
diff --git
a/sample.c
b/sample.c
index
f6aa244
..
d93a3ca
100644
(file)
--- 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 */