sublime-jsdocs
sublime-jsdocs copied to clipboard
Description missing
For some reason the plugin doesn't add description in the comments. Here is the generated comment and the code.
/**
* @param {string}
* @param {object}
* @param {boolean}
* @return {object}
*/
let statsBuilder = (
framework,
frameworkConfig,
includeSubdirectories
) => {
return stats;
};
Thanks!