Update ldoc code comments

This commit is contained in:
Insality
2020-02-05 02:44:09 +03:00
parent 92098052e3
commit 544fd8d736
18 changed files with 98 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
--- Component to handle placing components by row and columns.
-- Grid can anchor your elements, get content size and other
-- @module base.grid
-- @module druid.grid
local helper = require("druid.helper")
local component = require("druid.system.component")