mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Revert "removed lineno added back"
This reverts commit d4c1bf951401d8a940fb4eeea6c9b5f22ecb22fd.
This commit is contained in:
parent
d4c1bf9514
commit
787741314d
@ -278,14 +278,7 @@ 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