Add color to api docs

This commit is contained in:
Peter Robins
2014-07-16 19:50:06 +00:00
parent c9d44fe842
commit 2b1c96a7ea
2 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ goog.require('ol');
* red, green, and blue should be integers in the range 0..255 inclusive.
* alpha should be a float in the range 0..1 inclusive.
* @typedef {Array.<number>}
* @api
*/
ol.Color;

3
src/ol/color/color.jsdoc Normal file
View File

@@ -0,0 +1,3 @@
/**
* @namespace ol.color
*/