Some options types are defined in the code

The sed script caught those, so manually adjusting here.
This commit is contained in:
Éric Lemoine
2013-12-12 15:19:37 +01:00
parent cf14d4e41d
commit 7732c19874
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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) {
+1 -1
View File
@@ -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) {