Merge pull request #2178 from probins/classdesc
Use @classdesc notation.
This commit is contained in:
@@ -12,6 +12,9 @@ goog.require('ol.style.Stroke');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set circle style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.CircleOptions=} opt_options Options.
|
||||
* @extends {ol.style.Image}
|
||||
|
||||
@@ -5,6 +5,9 @@ goog.require('ol.color');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set fill style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.FillOptions=} opt_options Options.
|
||||
* @todo api
|
||||
|
||||
@@ -35,6 +35,9 @@ ol.style.IconOrigin = {
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set icon style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.IconOptions=} opt_options Options.
|
||||
* @extends {ol.style.Image}
|
||||
|
||||
@@ -25,6 +25,9 @@ ol.style.ImageOptions;
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set image style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {ol.style.ImageOptions} options Options.
|
||||
*/
|
||||
|
||||
@@ -5,6 +5,9 @@ goog.require('ol.color');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set stroke style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.StrokeOptions=} opt_options Options.
|
||||
* @todo api
|
||||
|
||||
@@ -6,6 +6,9 @@ goog.require('ol.style.Image');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Base class for vector feature rendering styles.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.StyleOptions=} opt_options Style options.
|
||||
* @todo api
|
||||
|
||||
@@ -3,6 +3,9 @@ goog.provide('ol.style.Text');
|
||||
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* Set text style for vector features.
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.TextOptions=} opt_options Options.
|
||||
* @todo api
|
||||
|
||||
Reference in New Issue
Block a user