From 2b1c96a7eaf49c788c9fa66b216ffe66ddf5a9dd Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Wed, 16 Jul 2014 19:50:06 +0000 Subject: [PATCH] Add color to api docs --- src/ol/color/color.js | 1 + src/ol/color/color.jsdoc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/ol/color/color.jsdoc 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 + */