There is an issue with the generation of the xml comment stub when the C function returns a struct or struct pointer. Here is an example:
static struct units *get_unit_record(int medcinid, char *name, short *is_std){
...
}
It appears that it does not know how to parse this; only the summary tag is emitted.