Skip to content

Add inline annotation #3

@jamie-pate

Description

@jamie-pate

Add @inline annotation. Should merge child structs with the outer struct

struct my_inner {
    int inner_id;
};
struct my_container {
    int id;
    //@inline
    struct my_inner inner;
};

would import/export the following json:

{
    id: 1;
    inner_id: 2;
}

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