AaronNGray / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

@override #256

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Could you add a tag like "@override" to indicate when a method overrides a
[virtual] method of the same name in its base class?  Shouldn't need any
input or description, I would think.

Original issue reported on code.google.com by james.m....@gmail.com on 25 Sep 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Well, maybe it would have a field to fill in if the method it was overriding 
was 
from a deeper layer than its direct base class (e.g. its base's base)...?  
Perhaps 
if it doesn't have any field filled in, JSDoc could assume it is overriding its 
direct base class's method, otherwise the particular class and method would be 
specified in the normal fashion of "NS.IndirectBase#methodToOverride".

Original comment by james.m....@gmail.com on 28 Sep 2009 at 9:25

GoogleCodeExporter commented 9 years ago

Original comment by micmath on 8 Nov 2009 at 8:32