Statiq.Framework icon indicating copy to clipboard operation
Statiq.Framework copied to clipboard

Support <inheritdoc cref>

Open pascalberger opened this issue 3 years ago • 0 comments

Assuming I have the following code:

/// <inheritdoc cref="Bar()" />
public string Foo()
{
}

I would expect that Foo shows the the full documentation (all XML comment tags) of Bar when using Statiq.Docs. Currently it doesn't show any comments.

pascalberger avatar Jan 15 '23 20:01 pascalberger