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
With the current template, the doc of a class includes all inherited APIs (except if it has the @mixin tag). This is covered by the issue #5 ("Implement a way to hide methods inherited from superclass"). Now, when this will be implemented, it would still be nice to allow the reader of the doc to turn on/off the inherited APIs.
For comparison, examples of API docs including such facilities:
I've seen only one small glitch: the doc of a class which does not have any inherited member still shows "Show inherited", and once you click it, it turns into "Hide inherited"; clicking again it does not turn back into "Show inherited". All in one, it would be nice to filter out the button/link when there's no inherited member.
asudoh
added a commit
to asudoh/jsdoc-amddcl
that referenced
this issue
Jun 13, 2014
With the current template, the doc of a class includes all inherited APIs (except if it has the @mixin tag). This is covered by the issue #5 ("Implement a way to hide methods inherited from superclass"). Now, when this will be implemented, it would still be nice to allow the reader of the doc to turn on/off the inherited APIs.
For comparison, examples of API docs including such facilities:
The text was updated successfully, but these errors were encountered: