Add example docs for LDoc

This commit is contained in:
Insality
2019-09-25 20:40:41 +03:00
parent 4d424a34c2
commit b72e7451e1
14 changed files with 92 additions and 35 deletions

View File

@@ -1,3 +1,7 @@
--- Component to handle all GUI texts
-- Good working with localization system
-- @module base.text
local data = require("druid.data")
local settings = require("druid.settings")
local helper = require("druid.helper")
@@ -81,4 +85,4 @@ function M.set_scale(self, scale)
end
return M
return M