apollo_developers/bower_components/ngmap/config/jsdoc/plugins/angular.js
2018-04-19 11:48:46 +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;
}
});
};