From 95321f7a3e14202bd7729f9e9be05053de5e9402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 10 May 2013 04:14:30 -0700 Subject: [PATCH] Updated Exports Files (markdown) --- Exports-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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