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
787741314d
commit
151a38a344
@ -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 !== '.') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user