Remove api annotations from enums

This commit is contained in:
Andreas Hocevar
2016-06-03 09:29:14 +02:00
parent ca07de422c
commit 2ec4969ac7
11 changed files with 0 additions and 13 deletions

View File

@@ -10,7 +10,6 @@ goog.require('ol.proj');
/**
* State of the source, one of 'undefined', 'loading', 'ready' or 'error'.
* @enum {string}
* @api
*/
ol.source.State = {
UNDEFINED: 'undefined',

View File

@@ -7,7 +7,6 @@ goog.provide('ol.source.wms.ServerType');
* `'qgis'`. These are servers that have vendor parameters beyond the WMS
* specification that OpenLayers can make use of.
* @enum {string}
* @api
*/
ol.source.wms.ServerType = {
CARMENTA_SERVER: 'carmentaserver',

View File

@@ -15,7 +15,6 @@ goog.require('ol.tilegrid.WMTS');
/**
* Request encoding. One of 'KVP', 'REST'.
* @enum {string}
* @api
*/
ol.source.WMTSRequestEncoding = {
KVP: 'KVP', // see spec §8