swig/Examples/doxygencomments/java/variables/example.h
2008-08-18 18:49:13 +00:00

6 lines
97 B
C

/* File: example.h */
typedef struct {
int x,y;
} Point; /*!< Description of struct Point */