Statiq.Docs
Statiq.Docs copied to clipboard
<seealso> tags don't link to the specified member
/// <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?
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.