Updated Exports Files (markdown)

Éric Lemoine
2013-05-10 04:03:29 -07:00
parent 07e92d5be8
commit 396b849917
+1 -1
@@ -1,6 +1,6 @@
## Exports files (.exports)
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_.)
Alongside js files, the `src` directory 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: