Rename generate-symbols.js to generate-info.js

This task generates build related metadata for the library based on doc annotations.  Since it is about more than writing out exportable symbols, it makes sense to have a more general name.
This commit is contained in:
Tim Schaub
2014-05-04 15:01:17 -07:00
parent 48828a238a
commit f9157a6123
7 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -66,9 +66,9 @@ To generate a build named `ol.min.js` with the `build.json`, you would run this:
Called internally to generate a `build/exports.js` file optionally with a limited set of exports.
## `generate-symbols.js`
## `generate-info.js`
Called internally to parse the library for API annotations and write out a `build/symbols.json` file.
Called internally to parse the library for annotations and write out a `build/info.json` file.
## `parse-examples.js`