UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

16 lines (11 loc) 268 B
/** * Handle the api annotation. * @param {Object} dictionary The tag dictionary. */ exports.defineTags = function(dictionary) { dictionary.defineTag('api', { onTagged: function(doclet, tag) { doclet.api = tag.text || 'experimental'; } }); };