UNPKG

ngmap

Version:
10 lines (9 loc) 221 B
exports.defineTags = function(dictionary) { dictionary.defineTag('ngdoc', { mustHaveValue: true, onTagged : function(doclet, tag) { doclet.addTag('kind', 'class'); doclet.ngdoc = tag.value; } }); };