removed lineno added back

This commit is contained in:
Peter Droogmans 2013-01-27 21:32:15 +01:00
parent 787741314d
commit 151a38a344

View File

@ -293,6 +293,11 @@ exports.Doclet.prototype.setMeta = function(meta) {
@type string
*/
this.meta.filename = path.basename(meta.filename);
/**
The line number of the code associated with this doclet.
@type number
*/
this.meta.lineno = meta.lineno;
var pathname = path.dirname(meta.filename);
if (pathname && pathname !== '.') {