Update ldoc

This commit is contained in:
Insality
2020-09-29 23:46:32 +03:00
parent 3e7baa896b
commit d2aff432f0
35 changed files with 2430 additions and 795 deletions

View File

@@ -1,3 +1,6 @@
--- Druid component template
-- @module druid.component
-- @local
local const = require("druid.const")
local component = require("druid.component")

View File

@@ -391,10 +391,10 @@ end
--- Create grid basic component
-- Deprecated
-- @function druid:new_grid
-- @tparam args ... grid init args
-- @treturn Component grid component
-- @deprecated
function Druid:new_grid(...)
helper.deprecated("The druid:new_grid is deprecated. Please use druid:new_static_grid instead")
return Druid.create(self, static_grid, ...)