Fix comments for JSDoc

This commit is contained in:
ahocevar
2018-10-23 17:58:50 +02:00
parent cd2f0f60d6
commit d1395d005c
9 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
/**
* @module ol/pixel
*/
/**
* An array with two elements, representing a pixel. The first element is the
* x-coordinate, the second the y-coordinate of the pixel.