Granularize the exports

This commit decomposes exports.txt into multiple, per-component, export files.  This will be required for custom builds;
This commit is contained in:
Éric Lemoine
2012-10-20 22:31:33 +02:00
parent bb53278db5
commit d81b232587
22 changed files with 147 additions and 152 deletions
+9
View File
@@ -0,0 +1,9 @@
@exportObjectLiteral ol.layer.LayerOptions
@exportObjectLiteralProperty ol.layer.LayerOptions.brightness number|undefined
@exportObjectLiteralProperty ol.layer.LayerOptions.contrast number|undefined
@exportObjectLiteralProperty ol.layer.LayerOptions.hue number|undefined
@exportObjectLiteralProperty ol.layer.LayerOptions.opacity number|undefined
@exportObjectLiteralProperty ol.layer.LayerOptions.saturation number|undefined
@exportObjectLiteralProperty ol.layer.LayerOptions.source ol.source.Source
@exportObjectLiteralProperty ol.layer.LayerOptions.visible boolean|undefined
+1
View File
@@ -0,0 +1 @@
@exportClass ol.layer.TileLayer ol.layer.LayerOptions