Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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