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
Implemented methods and properties in conforming classes doesn't have inherited description from protocol one. e.g see this one while the protocol has a description.
Also methods from Foundation protocols are marked as undoumented like this one.
The text was updated successfully, but these errors were encountered:
This is a variation of #670. Both issues request special handling of undocumented declarations wherever inheritance is involved. (The difference is that this request asks for the documentation to be automatically inherited, whereas #670 asks for it to be considered redundant and skipped.)
@amosavian, currently Jazzy does not try to understand the inheritance tree. It also does not go looking for dependency modules. Each would be no small task to implement.
If you are looking for a workaround, one of my comments in the other issue may be helpful.
Implemented methods and properties in conforming classes doesn't have inherited description from protocol one. e.g see this one while the protocol has a description.
Also methods from Foundation protocols are marked as undoumented like this one.
The text was updated successfully, but these errors were encountered: