Open jgiles opened 10 years ago
The Closure compiler apparently accepts JSDoc like this:
/** * Immutable empty node list. * @constructor * @extends goog.ds.BasicNodeList */ goog.ds.EmptyNodeList = function() {
Example taken from the annotation documentation
goog.ds.BasicNodeList is not contained in braces.
goog.ds.BasicNodeList
Doctrine doesn't seem to like this, and does not populate the type field for that extends tag.
type
extends
The Closure compiler apparently accepts JSDoc like this:
Example taken from the annotation documentation
goog.ds.BasicNodeList
is not contained in braces.Doctrine doesn't seem to like this, and does not populate the
type
field for thatextends
tag.