Skip to content

Error "Missing access tag for ..." for overriden method #114

@dfilatov

Description

@dfilatov

I have the following code:

/** @override */
_myMethod : function() {
    ...
}

I get an error "Missing access tag for myMethod" while I'm trying to process the code with jscs-jsdoc.
I don't want to copy and paste all the tags from base method because it's redundant at all.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions