-
Notifications
You must be signed in to change notification settings - Fork 413
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
Documentations from the standard library not included in the generated HTML docs. #313
Comments
Can you include some more information about the code you're trying to document so we can reproduce this ? |
Ah. In that case, this is actually a feature request that's being tracked at #190. |
Then what about the wrong declaration?
or
not
At least, a method declaration should start with a |
ah yeah I missed that bit |
@CCDSY you seem to have found a bug where if the declaration cannot be parsed, it falls back on the parent declaration. |
Fixed in #441. |
I got a
struct
that conforms toSequenceType
, and the documentation for the methodgenerate()
is provided in the standard library. I can even view it in Xcode.But in the HTML docs generated by jazzy, it says undocumented. Even the declaration is all wrong.
I believe this is a bug. But if it's not, please tell me how should I set the settings so that (a) it includes standard library docs and (b) makes the declaration display correctly like it does in Xcode.
The text was updated successfully, but these errors were encountered: