-
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
Members added to extension of nested type show up in the parent #333
Comments
Completed with #343. |
This is still very much a bug: https://realm.io/docs/swift/latest/api/Classes/Realm.html#/s:vVC10RealmSwift5Realm13Configuration11descriptionSS |
I see, sorry about that! |
Was hoping this would be fixed by latest sourcekitten - is not, problem seems to be that SourceKit is pretty sure that the extension is of Realm rather than Realm.Configuration. More digging. |
The problem persists for me as well, see this repo: In particular, type |
Decided not to use Jazzy-generated docs for this project due to the issue with nested types realm/jazzy#333
Realm adds a
description
extension to the nested typeRealm.Configuration
:https://github.com/realm/realm-cocoa/blob/master/RealmSwift-swift2.0/RealmConfiguration.swift#L168-L173
…but Jazzy puts it on
Realm:
https://github.com/realm/jazzy-integration-specs/blob/c14d4041795d0ab886977729e81afd92372b4e6b/document_realm_swift/after/docs/Extensions/Realm.html#L235-L264
The text was updated successfully, but these errors were encountered: