Skip to content

-g doc-includes doesn't generate <include> for static fields #834

Description

@Happypig375

source

static const b3WorldId b3_nullWorldId = B3_NULL_ID;

generates

    [NativeTypeName("const b3WorldId")]
    public static readonly b3WorldId b3_nullWorldId = new b3WorldId
    {
        index1 = 0,
    };

without the <include>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions