Some options types are defined in the code
The sed script caught those, so manually adjusting here.
This commit is contained in:
@@ -26,7 +26,7 @@ ol.control.DragBoxOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.control.Control}
|
||||
* @param {olx.control.DragBoxOptions} options Drag box options.
|
||||
* @param {ol.control.DragBoxOptions} options Drag box options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.control.DragBox = function(options) {
|
||||
|
||||
@@ -30,7 +30,7 @@ ol.source.ImageOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {olx.source.ImageOptions} options Single image source options.
|
||||
* @param {ol.source.ImageOptions} options Single image source options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.Image = function(options) {
|
||||
|
||||
@@ -33,7 +33,7 @@ ol.source.SourceOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {goog.events.EventTarget}
|
||||
* @param {olx.source.SourceOptions} options Source options.
|
||||
* @param {ol.source.SourceOptions} options Source options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.Source = function(options) {
|
||||
|
||||
@@ -34,7 +34,7 @@ ol.source.TileImageOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.source.Tile}
|
||||
* @param {olx.source.TileImageOptions} options Image tile options.
|
||||
* @param {ol.source.TileImageOptions} options Image tile options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.TileImage = function(options) {
|
||||
|
||||
@@ -27,7 +27,7 @@ ol.source.TileOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.source.Source}
|
||||
* @param {olx.source.TileOptions} options Tile source options.
|
||||
* @param {ol.source.TileOptions} options Tile source options.
|
||||
* @todo stability experimental
|
||||
*/
|
||||
ol.source.Tile = function(options) {
|
||||
|
||||
@@ -21,7 +21,7 @@ ol.style.IconLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.PointLiteral}
|
||||
* @param {olx.style.IconLiteralOptions} options Icon literal options.
|
||||
* @param {ol.style.IconLiteralOptions} options Icon literal options.
|
||||
*/
|
||||
ol.style.IconLiteral = function(options) {
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ ol.style.LineLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.LineLiteralOptions} options Line literal options.
|
||||
* @param {ol.style.LineLiteralOptions} options Line literal options.
|
||||
*/
|
||||
ol.style.LineLiteral = function(options) {
|
||||
goog.base(this);
|
||||
|
||||
@@ -19,7 +19,7 @@ ol.style.PolygonLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.PolygonLiteralOptions} options Polygon literal options.
|
||||
* @param {ol.style.PolygonLiteralOptions} options Polygon literal options.
|
||||
*/
|
||||
ol.style.PolygonLiteral = function(options) {
|
||||
goog.base(this);
|
||||
|
||||
@@ -31,7 +31,7 @@ ol.style.ShapeLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.PointLiteral}
|
||||
* @param {olx.style.ShapeLiteralOptions} options Shape literal options.
|
||||
* @param {ol.style.ShapeLiteralOptions} options Shape literal options.
|
||||
*/
|
||||
ol.style.ShapeLiteral = function(options) {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ ol.style.TextLiteralOptions;
|
||||
/**
|
||||
* @constructor
|
||||
* @extends {ol.style.Literal}
|
||||
* @param {olx.style.TextLiteralOptions} options Text literal options.
|
||||
* @param {ol.style.TextLiteralOptions} options Text literal options.
|
||||
*/
|
||||
ol.style.TextLiteral = function(options) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user