-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Milestone
Description
When viewing classes on the current API system, displaying "private" methods will also display all inherited private methods for a given class (using http://emberjs.com/api/classes/Ember.Router.html as an example, _lazyInjections
shows in the methods list even though it is defined in the Ember.Object
class).
In our new data setup, that method won't ever be shown as it's not a public or private method in Ember.Router
. I believe this is the appropriate way to handle it, but thought it would be worth mention here (and possibly bringing up with the core team), as any changes to the way API docs are handled tends to also lead to raised voices about missing documentation 😄
Metadata
Metadata
Assignees
Labels
No labels