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
It may be useful to the reader of an API reference if it showed which methods were inherited from a superclass (and perhaps even which class it was inherited from?)
This might require augmenting the JSON schema for methods / callables with an additional field containing inheritance information.
The text was updated successfully, but these errors were encountered:
I would add the requirement to mask some inherited methods like the ones inherited from Construct toString or isConstruct for example. The idea is to minimize the size of the API reference.
Good idea. Every construct in the Constructs section of the generated docs by definition inherits from Construct so those methods are pretty superfluous.
It may be useful to the reader of an API reference if it showed which methods were inherited from a superclass (and perhaps even which class it was inherited from?)
This might require augmenting the JSON schema for methods / callables with an additional field containing inheritance information.
The text was updated successfully, but these errors were encountered: