We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Hete is the documentation I have:
/// <summary> /// Provides a set of static methods for creating instances of <see cref="Either{_,_}"/> type. /// </summary> public static class Either
and here is how it renders by docfx:
docfx
Expected behavior
I expect the type name to be rendered correctly and to be a link to EIther<TLeft, TRight> type, as an IDE would show:
EIther<TLeft, TRight>
Or at least the type name, not "EP.Prelude.Either`2" which doesn't make much sense for documentation readers.
Context (please complete the following information):
MacOS
2.77.0+bd00e2b93951e9e7fa6e5abd990d2cd77d7a83bd
The text was updated successfully, but these errors were encountered:
Oh, I think I've found the problem. I used to have "outputFormat": "apiPage" for my metadata and it didn't work.
"outputFormat": "apiPage"
Sorry, something went wrong.
Re-open this for tracking. We should also fix the apiPage output in this case.
No branches or pull requests
Describe the bug
Hete is the documentation I have:
and here is how it renders by
docfx
:Expected behavior
I expect the type name to be rendered correctly and to be a link to
EIther<TLeft, TRight>
type, as an IDE would show:Or at least the type name, not "EP.Prelude.Either`2" which doesn't make much sense for documentation readers.
Context (please complete the following information):
MacOS
2.77.0+bd00e2b93951e9e7fa6e5abd990d2cd77d7a83bd
The text was updated successfully, but these errors were encountered: