Skip to content

Add @override tag support#178

Closed
demxa wants to merge 1 commit intojscs-dev:masterfrom
demxa:jscs_override_tag
Closed

Add @override tag support#178
demxa wants to merge 1 commit intojscs-dev:masterfrom
demxa:jscs_override_tag

Conversation

@demxa
Copy link
Copy Markdown

@demxa demxa commented Nov 23, 2015

It used at Google JS Style Guide:

@OverRide
For example:

/**
 * @return {string} Human-readable representation of project.SubClass.
 * @override
 */
project.SubClass.prototype.toString = function() {
  // ...
};

https://google.github.io/styleguide/javascriptguide.xml?showone=Comments#Comments

@ricordisamoa
Copy link
Copy Markdown

#177

@qfox qfox closed this in d2070ef Dec 5, 2015
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

Successfully merging this pull request may close these issues.

2 participants