v2.1.0
New
-
"Short" docblocks are now recognized (#20, d3a3f3f):
/** Short docblock */
-
Docblocks on shape fields are now added to the output (#21, f5415ce):
React.PropTypes.shape({ /** * Field description */ field: React.PropTypes.string });
produces
{ name: 'shape', value: { field: { name: 'string', description: 'Field description', } }