Annotations for exports

This commit is contained in:
Tim Schaub
2014-04-08 13:40:35 -06:00
parent 457cfe851a
commit fb497f5288
243 changed files with 456 additions and 451 deletions
-2
View File
@@ -1,2 +0,0 @@
@exportSymbol ol.color.asArray
@exportSymbol ol.color.asString
+2
View File
@@ -103,6 +103,7 @@ ol.color.blend = function(dst, src, opt_color) {
/**
* @param {ol.Color|string} color Color.
* @return {ol.Color} Color.
* @todo api
*/
ol.color.asArray = function(color) {
if (goog.isArray(color)) {
@@ -117,6 +118,7 @@ ol.color.asArray = function(color) {
/**
* @param {ol.Color|string} color Color.
* @return {string} String.
* @todo api
*/
ol.color.asString = function(color) {
if (goog.isString(color)) {