From 6eca36d76477775139a8c79672aaead1a3133f5b Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Fri, 24 Jun 2016 15:59:02 -0400 Subject: [PATCH] progressbar: Add missing includes documentation variables --- lib/wibox/widget/progressbar.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/wibox/widget/progressbar.lua b/lib/wibox/widget/progressbar.lua index 885d7e85d..1b8d7d216 100644 --- a/lib/wibox/widget/progressbar.lua +++ b/lib/wibox/widget/progressbar.lua @@ -238,6 +238,10 @@ function progressbar.mt:__call(...) return progressbar.new(...) end +--@DOC_widget_COMMON@ + +--@DOC_object_COMMON@ + return setmetatable(progressbar, progressbar.mt) -- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80