Updated Exports Files (markdown)

Éric Lemoine
2013-05-10 04:14:30 -07:00
parent fa2fc09ae1
commit 95321f7a3e
+1 -1
@@ -17,7 +17,7 @@ As an example, try the following:
python bin/generate-exports.py --exports src/objectliterals.jsdoc src/ol/map.exports
The `build.py` script places the output of `generate-exports --exports` into `build/src/external/src/exports.js`, which is then used as an input file for the `ol.js` build (see `build/ol.json`).
The `build.py` script places the output of `generate-exports --exports` into the `build/src/external/src/exports.js` file. This script thus takes care of exporting the symbols and properties that make up the OpenLayers 3 API. It is used as an input file for the `ol.js` build, and is therefore included in `ol.js` after compilation.
## Exporting options objects