Skip to content

Does not properly stub functions that return a struct pointer #5

@rsoltoff

Description

@rsoltoff

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions