UNPKG

c2cs-jsdoc

Version:

A JSDoc theme and plugin collection based on Minami and Loke.

11 lines (9 loc) 221 B
exports.defineTags = function(dictionary) { dictionary.defineTag('timeout', { mustHaveValue: true, onTagged: handleTimeout }); }; function handleTimeout(doclet, tag) { doclet.timeout = tag.value; }