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.
I have the following code:
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.