Revert "removed lineno added back"

This reverts commit d4c1bf951401d8a940fb4eeea6c9b5f22ecb22fd.
This commit is contained in:
Peter Droogmans 2013-01-27 21:29:42 +01:00
parent d4c1bf9514
commit 787741314d

View File

@ -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.