<see langword="null"/> in documentation comments is omitted in tooltips

Hey,

I have a documentation comment that looks like this:

/// <param name="Width">The width of the desired page. Use <see langword="null"/> if the original width should be used.</param>

But the resulting tooltip omits the null:

It works for cref.

/// <param name="BackgroundColor">Specifies the background color. Defaults to <see cref="Color4.White"/>.</param>

Tested with 6.6.

1 Like

Indeed. Upcoming preview contains a few fixes regarding code documentation. From git commit log:

3 Likes