Add @api stable annotations for ol.Attribution
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ var olx;
|
|||||||
/**
|
/**
|
||||||
* @typedef {{html: string,
|
* @typedef {{html: string,
|
||||||
* tileRanges: (Object.<string, Array.<ol.TileRange>>|undefined)}}
|
* tileRanges: (Object.<string, Array.<ol.TileRange>>|undefined)}}
|
||||||
* @api stable
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.AttributionOptions;
|
olx.AttributionOptions;
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ goog.require('ol.TileRange');
|
|||||||
* @constructor
|
* @constructor
|
||||||
* @param {olx.AttributionOptions} options Attribution options.
|
* @param {olx.AttributionOptions} options Attribution options.
|
||||||
* @struct
|
* @struct
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.Attribution = function(options) {
|
ol.Attribution = function(options) {
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ ol.Attribution = function(options) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {string} HTML.
|
* @return {string} HTML.
|
||||||
* @api
|
* @api stable
|
||||||
*/
|
*/
|
||||||
ol.Attribution.prototype.getHTML = function() {
|
ol.Attribution.prototype.getHTML = function() {
|
||||||
return this.html_;
|
return this.html_;
|
||||||
|
|||||||
Reference in New Issue
Block a user