Statiq.Framework
Statiq.Framework copied to clipboard
Support <inheritdoc cref>
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.