mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
correct type
This commit is contained in:
parent
0bf88a611c
commit
2e90fa5a98
@ -282,7 +282,7 @@ exports.Doclet.prototype.setMeta = function(meta) {
|
||||
if (meta.range) {
|
||||
/**
|
||||
The positions of the first and last characters of the code associated with this doclet.
|
||||
@type number
|
||||
@type Array.<number>
|
||||
*/
|
||||
this.meta.range = meta.range;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user