progressbar: Add missing includes documentation variables

This commit is contained in:
Emmanuel Lepage Vallee 2016-06-24 15:59:02 -04:00
parent d3ccd04291
commit 6eca36d764
1 changed files with 4 additions and 0 deletions

View File

@ -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