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
Not sure if this is doable, but when declaring a protocol that is used by many classes, it gets annoying having to copy paste most of the documentation. Thus I would propose an option, which uses the documentation of a function / property from the protocol itself, if no doc comment is on the actual implementation.
Not sure if this is doable, but when declaring a protocol that is used by many classes, it gets annoying having to copy paste most of the documentation. Thus I would propose an option, which uses the documentation of a function / property from the protocol itself, if no doc comment is on the actual implementation.
Example:
Jazzy could then create the following documentation info on
myAwesomeFunc()
for String: "Does awesome stuff!"The text was updated successfully, but these errors were encountered: