Update docs, updated ldoc generated files

This commit is contained in:
Insality
2020-03-21 21:43:06 +03:00
parent ca78b10794
commit b7e58950aa
26 changed files with 2354 additions and 316 deletions

View File

@@ -17,6 +17,9 @@ local component = require("druid.component")
local M = component.create("blocker", { const.ON_INPUT_HIGH })
--- Component init function
-- @function blocker:init
-- @tparam node node Gui node
function M.init(self, node)
self.node = self:get_node(node)