One more example, for variables

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-cherylfoil@10792 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Cheryl Foil 2008-08-18 18:49:13 +00:00
commit 52dd40260d
2 changed files with 27 additions and 19 deletions

View file

@ -2,5 +2,5 @@
typedef struct {
int x,y;
} Point;
} Point; /*!< Description of struct Point */