Use @api annotation instead of @todo api
This commit is contained in:
@@ -8,7 +8,7 @@ goog.provide('ol.style.Text');
|
||||
*
|
||||
* @constructor
|
||||
* @param {olx.style.TextOptions=} opt_options Options.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text = function(opt_options) {
|
||||
|
||||
@@ -78,7 +78,7 @@ ol.style.Text = function(opt_options) {
|
||||
|
||||
/**
|
||||
* @return {string|undefined} Font.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getFont = function() {
|
||||
return this.font_;
|
||||
@@ -103,7 +103,7 @@ ol.style.Text.prototype.getOffsetY = function() {
|
||||
|
||||
/**
|
||||
* @return {ol.style.Fill} Fill style.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getFill = function() {
|
||||
return this.fill_;
|
||||
@@ -112,7 +112,7 @@ ol.style.Text.prototype.getFill = function() {
|
||||
|
||||
/**
|
||||
* @return {number|undefined} Rotation.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getRotation = function() {
|
||||
return this.rotation_;
|
||||
@@ -121,7 +121,7 @@ ol.style.Text.prototype.getRotation = function() {
|
||||
|
||||
/**
|
||||
* @return {number|undefined} Scale.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getScale = function() {
|
||||
return this.scale_;
|
||||
@@ -130,7 +130,7 @@ ol.style.Text.prototype.getScale = function() {
|
||||
|
||||
/**
|
||||
* @return {ol.style.Stroke} Stroke style.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getStroke = function() {
|
||||
return this.stroke_;
|
||||
@@ -139,7 +139,7 @@ ol.style.Text.prototype.getStroke = function() {
|
||||
|
||||
/**
|
||||
* @return {string|undefined} Text.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getText = function() {
|
||||
return this.text_;
|
||||
@@ -148,7 +148,7 @@ ol.style.Text.prototype.getText = function() {
|
||||
|
||||
/**
|
||||
* @return {string|undefined} Text align.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getTextAlign = function() {
|
||||
return this.textAlign_;
|
||||
@@ -157,7 +157,7 @@ ol.style.Text.prototype.getTextAlign = function() {
|
||||
|
||||
/**
|
||||
* @return {string|undefined} Text baseline.
|
||||
* @todo api
|
||||
* @api
|
||||
*/
|
||||
ol.style.Text.prototype.getTextBaseline = function() {
|
||||
return this.textBaseline_;
|
||||
|
||||
Reference in New Issue
Block a user