Replace @see with See.

This commit is contained in:
Tim Schaub
2018-07-19 08:37:32 -06:00
parent d46471d763
commit e1e34e5636
12 changed files with 15 additions and 15 deletions

View File

@@ -690,7 +690,7 @@ class WebGLPolygonReplay extends WebGLReplay {
/**
* Line intersection algorithm by Paul Bourke.
* @see http://paulbourke.net/geometry/pointlineplane/
* See http://paulbourke.net/geometry/pointlineplane/.
*
* @private
* @param {module:ol/render/webgl/PolygonReplay~PolygonVertex} p0 First point.