From d4ea41214db66ad2158438ecc4b4dda34570d440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Fri, 20 May 2016 13:45:12 +0200 Subject: [PATCH] docstrings: minor links around. --- build/leafdoc-templates/html.hbs | 2 +- src/core/Events.leafdoc | 4 ++-- src/layer/ImageOverlay.js | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build/leafdoc-templates/html.hbs b/build/leafdoc-templates/html.hbs index afb07bf8..17299cf7 100644 --- a/build/leafdoc-templates/html.hbs +++ b/build/leafdoc-templates/html.hbs @@ -35,7 +35,7 @@

Map Misc

diff --git a/src/core/Events.leafdoc b/src/core/Events.leafdoc index 8b810af7..b280f0d3 100644 --- a/src/core/Events.leafdoc +++ b/src/core/Events.leafdoc @@ -32,8 +32,8 @@ The geographical point where the mouse event occured. Pixel coordinates of the point where the mouse event occured relative to the map layer. @property containerPoint: Point Pixel coordinates of the point where the mouse event occured relative to the map сontainer. -@property originalEvent: DOMMouseEvent -The original DOM mouse event fired by the browser. +@property originalEvent: DOM MouseEvent +The original [DOM mouse event](https://developer.mozilla.org/docs/Web/API/MouseEvent) fired by the browser. diff --git a/src/layer/ImageOverlay.js b/src/layer/ImageOverlay.js index 95a581ec..6f82f9e7 100644 --- a/src/layer/ImageOverlay.js +++ b/src/layer/ImageOverlay.js @@ -16,6 +16,8 @@ L.ImageOverlay = L.Layer.extend({ + // @section + // @aka ImageOverlay options options: { // @option opacity: Number = 1.0 // The opacity of the image overlay.