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.