apollo_developers/bower_components/ngmap/config/jsdoc/plugins/angular.js
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

10 lines
221 B
JavaScript
Executable File

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