Add default stability level to docs of exported things.
This commit is contained in:
@@ -5,6 +5,7 @@ goog.provide('ol.size');
|
||||
/**
|
||||
* An array of numbers representing a size: `[width, height]`.
|
||||
* @typedef {Array.<number>} ol.Size
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.Size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user