We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: