jscs-jsdoc
jscs-jsdoc copied to clipboard
Add ability for listing object properties as md rows (prefixed with dash)
According to mdevils/node-jscs#245 we should check it all and describe in docs.
e.g.
/**
* @param {Object} person comment
* - {String} title comment
* - {Number} [age] comment
*/