apollodec/Apollo/bower_components/ngmap/config/jsdoc/plugins/angular.js
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +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;
}
});
};