jscs-jsdoc icon indicating copy to clipboard operation
jscs-jsdoc copied to clipboard

Add ability for listing object properties as md rows (prefixed with dash)

Open qfox opened this issue 11 years ago • 0 comments

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
 */

qfox avatar Apr 12 '14 21:04 qfox