jsdoc-parser-extended
Version:
Extended JSDoc parser.
12 lines (11 loc) • 323 B
JavaScript
exports.semantics = [
['document', function() {}],
['defines-property', function() {}],
// @example
['appends-to-property-list', function() {}],
['inherits-document', function() {}],
['tags-document', function() {}],
['tags-remote-document', function() {}],
// @ignore
['hide-document', function() {}],
]