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