Files
openlayers/externs
Tim Schaub acb0fd8f06 Use externs/olx.js instead of objectliterals.jsdoc
The single externs/olx.js file describes all of the "options" objects we accept in our constructors.  The @typedef annotations are used by the compiler for type checking.  The @type annotations include documentation for individual options and serve as externs when compiling a profile of the library.  When compiling an application together with the library, the externs/olx.js file is included as one of the sources to provide the @typedef's without generating externs.

If we want to maintain multiple src/*.externs.js files instead of one large externs/olx.js file, we can.  But while we are still using Plovr, it makes for easier build configurations to have one file.

This removes the build tasks that generated the build/src/external/src/externs/types.js and build/src/internal/src/types.js files as those are both replaced by the single externs/olx.js file.
2014-04-08 11:41:24 -06:00
..
2012-07-26 00:25:46 +02:00
2014-04-04 09:28:36 -06:00
2014-04-04 09:28:36 -06:00
2014-02-14 09:32:14 +01:00
2014-04-04 09:28:36 -06:00
2013-02-27 10:18:19 +01:00
2014-01-16 10:25:17 +01:00
2014-04-04 09:28:36 -06:00
2014-04-04 09:28:36 -06:00