dotnet / dotnet/ClangSharp

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

Open
#834 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.