Open IvanSanchez opened 2 years ago
Specifying more than one @inherits directive will break the inherited properties/methods/etc on the output. e.g. ...
@inherits
@class foo @inherits bar @inherits quux @class bar @method barbar()
... the inherited method barbar will not show in the HTML Docs for the foo class.
barbar
foo
Specifying more than one
@inherits
directive will break the inherited properties/methods/etc on the output. e.g. ...... the inherited method
barbar
will not show in the HTML Docs for thefoo
class.