You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I see undocumented properties getting the declaration of their enclosing type in other places, too, so this may not be related to the associated type.
The missing associatedtype is a SourceKit bug. If you put a doc-comment on it then sourcekitten will work around & find it. The wrong declaration is a bug in the jazzy mustache templates, looks like it should say .declaration to avoid inheriting from the parent.
johnfairh
changed the title
Undocumented associated types get handled badly
Undocumented items copy declaration from documented parent
Jul 28, 2017
For code like this:
Jazzy will not show
Bar
at all.If we add documentation on
Foo
:Jazzy copies its declaration over to
bar
:The text was updated successfully, but these errors were encountered: