Merge pull request #2509 from probins/apimismatch

Fix missing API docs
This commit is contained in:
Éric Lemoine
2014-08-20 15:40:25 +02:00
6 changed files with 17 additions and 9 deletions
+4
View File
@@ -14,7 +14,9 @@ goog.require('ol.style.ImageState');
/**
* Icon anchor units. One of 'fraction', 'pixels'.
* @enum {string}
* @api
*/
ol.style.IconAnchorUnits = {
FRACTION: 'fraction',
@@ -23,7 +25,9 @@ ol.style.IconAnchorUnits = {
/**
* Icon origin. One of 'bottom-left', 'bottom-right', 'top-left', 'top-right'.
* @enum {string}
* @api
*/
ol.style.IconOrigin = {
BOTTOM_LEFT: 'bottom-left',