-
Notifications
You must be signed in to change notification settings - Fork 414
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
Duplicate parameters, returns in docs #673
Comments
So I've found out everything have to be lowercase and the parameters option isn't supported. You need individual parameter values. |
Closing. |
This has been annoying me for a while. @istx25, you are correct that the problem is related to casing. However, Swift’s own API Design Guidelines use capitalized forms. See here under “Write a documentation comment...” I’ve written a fix that will accept either case style. This is already the behaviour of the general callouts. As soon as I get my files sorted out, I will submit a pull request. |
Not sure if I'm formatting the docs wrong for jazzy or if there is something else going wrong. They look fine within Xcode. Here's what I have in code and this is what Jazzy produces.
Turns into:
Then also notice the floating = on the end.
Returns are also duplicating
Sorry for the jumbo images
The text was updated successfully, but these errors were encountered: