statiqdev / Statiq.Docs

A static documentation site generator.
https://statiq.dev/docs
Other
53 stars 8 forks source link

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

Open SilentSin opened 5 years ago

SilentSin commented 5 years ago
/// <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?

daveaglick commented 5 years ago

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.