Skip to content

Multiple inheritance breaks inherited documentables #60

@IvanSanchez

Description

@IvanSanchez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions