`-g doc-includes` doesn't generate `<include>` for static fields
Open
- Dominant language
- C#
- Stars
- 1.3k
- Forks
- 187
- Avg merge
- 6d 19h
- Merged PRs (30d)
- 1
Description
[source](https://github.com/erincatto/box3d/blob/23861418d877fdd97990f35645e845e44a7eb9ec/include/box3d/id.h#L92)
```c
static const b3WorldId b3_nullWorldId = B3_NULL_ID;
```
generates
```cs
[NativeTypeName("const b3WorldId")]
public static readonly b3WorldId b3_nullWorldId = new b3WorldId
{
index1 = 0,
};
```
without the ``.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.