Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SilentSin opened this issue Oct 14, 2019 · 1 comment
Open

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

SilentSin opened this issue Oct 14, 2019 · 1 comment

Comments

@SilentSin
Copy link

/// <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
Copy link
Member

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 daveaglick transferred this issue from statiqdev/Statiq.Web Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants