apollo_developers/bower_components/ngmap/config/jsdoc/plugins/angular.js
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +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;
}
});
};