UNPKG

c2cs-jsdoc

Version:

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

10 lines (8 loc) 187 B
exports.defineTags = function(dictionary) { dictionary.defineTag('async', { onTagged: handleAsyncTag }); }; function handleAsyncTag(doclet, tag) { doclet.async = true; }