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.