mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
removed lineno added back
This commit is contained in:
parent
370c1ea1e7
commit
d4c1bf9514
@ -278,7 +278,14 @@ exports.Doclet.prototype.setMeta = function(meta) {
|
||||
*/
|
||||
this.meta = {};
|
||||
}
|
||||
|
||||
|
||||
if (meta.lineno) {
|
||||
/**
|
||||
The line number of the code associated with this doclet.
|
||||
@type number
|
||||
*/
|
||||
this.meta.lineno = meta.lineno;
|
||||
}
|
||||
if (meta.range) {
|
||||
/**
|
||||
The positions of the first and last characters of the code associated with this doclet.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user