Add default stability level to docs of exported things.
This commit is contained in:
@@ -21,6 +21,7 @@ goog.require('ol.source.Source');
|
||||
* resolutions: (Array.<number>|undefined),
|
||||
* imageUrlFunction: (ol.ImageUrlFunctionType|
|
||||
* undefined)}}
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.ImageOptions;
|
||||
|
||||
@@ -30,6 +31,7 @@ ol.source.ImageOptions;
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {ol.source.ImageOptions} options Single image source options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.Image = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user