UNPKG

jsdoc-parser-extended

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