removed lineno added back

This commit is contained in:
Peter Droogmans 2013-01-27 20:12:12 +01:00
parent 370c1ea1e7
commit d4c1bf9514

View File

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