UNPKG

ol3-google-maps

Version:

OpenLayers 3 Google Maps integration library

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'; } }); };