Add default stability level to docs of exported things.
This commit is contained in:
@@ -24,6 +24,7 @@ goog.require('ol.parser.StringFeatureParser');
|
||||
* @constructor
|
||||
* @implements {ol.parser.StringFeatureParser}
|
||||
* @extends {ol.parser.Parser}
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.parser.GeoJSON = function() {};
|
||||
goog.inherits(ol.parser.GeoJSON, ol.parser.Parser);
|
||||
|
||||
Reference in New Issue
Block a user