Merge pull request #5427 from ahocevar/auto-typedef-enum-options

Document typedefs and enums used by API symbols
This commit is contained in:
Andreas Hocevar
2016-06-07 23:58:04 +02:00
21 changed files with 61 additions and 192 deletions

View File

@@ -13,7 +13,6 @@ goog.require('ol.proj');
/**
* IGC altitude/z. One of 'barometric', 'gps', 'none'.
* @enum {string}
* @api
*/
ol.format.IGCZ = {
BAROMETRIC: 'barometric',