progressbar: Add missing includes documentation variables
This commit is contained in:
parent
d3ccd04291
commit
6eca36d764
|
@ -238,6 +238,10 @@ function progressbar.mt:__call(...)
|
||||||
return progressbar.new(...)
|
return progressbar.new(...)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--@DOC_widget_COMMON@
|
||||||
|
|
||||||
|
--@DOC_object_COMMON@
|
||||||
|
|
||||||
return setmetatable(progressbar, progressbar.mt)
|
return setmetatable(progressbar, progressbar.mt)
|
||||||
|
|
||||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
||||||
|
|
Loading…
Reference in New Issue