UNPKG

jsdoc-parser-extended

Version:
17 lines (15 loc) 241 B
module.exports = { syntax: { driver: 'jsdoc', string: '@summary', properties: [ ['text', { required: true }], ] }, semantics: [ ['defines-property', { name: 'summary', value: '$text' }] ] }