Merge pull request #8668 from fredj/module_doc

Add missing 'module' annotation
This commit is contained in:
Frédéric Junod
2018-09-19 14:07:09 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/**
* @module ol/reproj/common
*/
/**
* Default maximum allowed threshold (in pixels) for reprojection
* triangulation.

View File

@@ -1,3 +1,7 @@
/**
* @module ol/source/common
*/
/**
* Default WMS version.
* @type {string}