diff --git a/src/ol/color/color.js b/src/ol/color/color.js index 51ce598137..98441ead15 100644 --- a/src/ol/color/color.js +++ b/src/ol/color/color.js @@ -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.} + * @api */ ol.Color; diff --git a/src/ol/color/color.jsdoc b/src/ol/color/color.jsdoc new file mode 100644 index 0000000000..fb6dced915 --- /dev/null +++ b/src/ol/color/color.jsdoc @@ -0,0 +1,3 @@ +/** + * @namespace ol.color + */