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
Say I have something like this:
/** Use `.bar` if you are a pirate, `.spa` if you are a landlubber. */ enum Foo { case bar, spa }
I would expect the enum cases in the documentation comment to link to the respective cases, but they currently don't.
The text was updated successfully, but these errors were encountered:
This is the same as #865. The name of enum element is just bar and needs to be referred to as `Foo.bar` from that position.
bar
`Foo.bar`
Sorry, something went wrong.
No branches or pull requests
Say I have something like this:
I would expect the enum cases in the documentation comment to link to the respective cases, but they currently don't.
The text was updated successfully, but these errors were encountered: