Updated Exports Files (markdown)

Éric Lemoine
2013-05-09 12:07:56 -07:00
parent 3ff0975e86
commit 9c28e07729

@@ -1,4 +1,6 @@
Alongside js files, the *src* dir includes "exports files" (e.g. `src/ol/map.exports`). An export file declares symbols and properties that are to be exported when creating builds of the library. For example the `src/ol/map.exports` file includes this:
Alongside js files, the *src* dir includes "exports files" (e.g. `src/ol/map.exports`). The export files declare symbols and properties that the library exports. (See the [Closure Compiler docs](https://developers.google.com/closure/compiler/docs/api-tutorial3?hl=fr#export) to know more about _exporting_.)
For example the `src/ol/map.exports` file includes this:
```
@exportClass ol.Map ol.MapOptions