mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Merge branch 'pr/439'
This commit is contained in:
commit
bb0f6733a8
@ -91,7 +91,8 @@ exports.Parser.prototype.parse = function(sourceFiles, encoding) {
|
||||
}
|
||||
|
||||
this.emit('parseComplete', {
|
||||
sourcefiles: parsedFiles
|
||||
sourcefiles: parsedFiles,
|
||||
doclets: this._resultBuffer
|
||||
});
|
||||
|
||||
return this._resultBuffer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user