aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/vis.lua2
-rw-r--r--vis-lua.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/lua/vis.lua b/lua/vis.lua
index 98ba6e5..97350a7 100644
--- a/lua/vis.lua
+++ b/lua/vis.lua
@@ -141,7 +141,7 @@ end
--- Unsubscribe from an event.
--
-- Remove a registered event handler.
--- @tparamm string event the event name
+-- @tparam string event the event name
-- @tparam function handler the event handler to unsubscribe
-- @treturn bool whether the handler was successfully removed
events.unsubscribe = function(event, handler)
diff --git a/vis-lua.c b/vis-lua.c
index 9e94b28..6eefc13 100644
--- a/vis-lua.c
+++ b/vis-lua.c
@@ -4,6 +4,8 @@
* *WARNING:* there is no stability guarantee at this time, the API might
* change without notice!
*
+ * This document might be out of date, run `make luadoc` to regenerate it.
+ *
* @module vis
* @author Marc André Tanner
* @license ISC