Missing @export tags for advanced compilation
This commit is contained in:
@@ -109,6 +109,7 @@ ol.Loc.prototype.setZ = function(z) {
|
|||||||
* will be thrown). Returns a new location object and does not modify this
|
* will be thrown). Returns a new location object and does not modify this
|
||||||
* location.
|
* location.
|
||||||
*
|
*
|
||||||
|
* @export
|
||||||
* @param {string|!ol.Projection} proj The destination projection. Can be
|
* @param {string|!ol.Projection} proj The destination projection. Can be
|
||||||
* supplied as a projection instance of a string identifier.
|
* supplied as a projection instance of a string identifier.
|
||||||
* @returns {!ol.Loc} A new location.
|
* @returns {!ol.Loc} A new location.
|
||||||
@@ -138,6 +139,7 @@ ol.Loc.prototype.transform_ = function(proj) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Clean up.
|
* Clean up.
|
||||||
|
* @export
|
||||||
*/
|
*/
|
||||||
ol.Loc.prototype.destroy = function() {
|
ol.Loc.prototype.destroy = function() {
|
||||||
for (var key in this) {
|
for (var key in this) {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ goog.provide('ol.Projection');
|
|||||||
goog.require('ol.UnreferencedBounds');
|
goog.require('ol.UnreferencedBounds');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @export
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param {string} code Projection identifier.
|
* @param {string} code Projection identifier.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user