UNPKG

c2cs-jsdoc

Version:

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

10 lines (8 loc) 192 B
exports.defineTags = function(dictionary) { dictionary.defineTag('rpc', { onTagged: handleRpcTag }); }; function handleRpcTag(doclet, tag) { doclet.rpc = tag.value || true; }