diff --git a/Exports-Files.md b/Exports-Files.md index 3aabaad..2f31389 100644 --- a/Exports-Files.md +++ b/Exports-Files.md @@ -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