apollodec/Apollo/bower_components/ngmap/config/jsdoc/plugins/angular.js
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

10 lines
221 B
JavaScript

exports.defineTags = function(dictionary) {
dictionary.defineTag('ngdoc', {
mustHaveValue: true,
onTagged : function(doclet, tag) {
doclet.addTag('kind', 'class');
doclet.ngdoc = tag.value;
}
});
};