Skip to content
New issue

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

Multiple inheritance breaks inherited documentables #60

Open
IvanSanchez opened this issue Dec 30, 2021 · 0 comments
Open

Multiple inheritance breaks inherited documentables #60

IvanSanchez opened this issue Dec 30, 2021 · 0 comments

Comments

@IvanSanchez
Copy link
Member

Specifying more than one @inherits directive will break the inherited properties/methods/etc on the output. e.g. ...

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant