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,6 @@
--- Component to handle progress bars
-- @module base.progress
local data = require("druid.data")
local helper = require("druid.helper")
local settings = require("druid.settings")
@@ -147,4 +150,4 @@ function M.update(self, dt)
end
return M
return M