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

<seealso> tags don't link to the specified member

Open SilentSin opened this issue 6 years ago • 1 comments

/// <summary>
/// The best field ever.
/// <seealso cref="SomeMethod"/>
/// </summary>
/// <seealso cref="AnotherMethod"/>
public float value;

This produces an API page with a See Also section listing both SomeMethod and AnotherMethod, but they are just plain text when I would have expected links to their respective pages.

PS: is it still worth posting bug reports in this repo or has the code base of Statiq diverged so much that things like this could be fixed and/or completely different anyway?

SilentSin avatar Oct 14 '19 12:10 SilentSin

Please continue posting to this repo for now. While the Statiq codebase has diverged enough that many of these may already be fixed or different, I’ll go through a process of evaluating and confirming once I move this repo over to that org.

daveaglick avatar Oct 14 '19 12:10 daveaglick