dotnet / dotnet/dotnet-api-docs
Ref Structs are not shown as 'ref struct'
Open
area-Infrastructure
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
If a struct is a 'ref struct' it should show this in the docs. Take a look (for example) at [Span](https://docs.microsoft.com/en-us/dotnet/api/system.span-1?view=netcore-3.1).

I expected:
```cs
public ref struct Span
```
The **ref** keyword is missing. This is a general problem for all ref structs in the framework.
Contributor guide
Assessment
This issue has not been assessed yet.