awful.widget.watch: Update the property documentation.
This commit is contained in:
parent
d45bd3a9d9
commit
8f1a29b15f
|
@ -31,6 +31,7 @@
|
|||
-- @author Yauheni Kirylau
|
||||
-- @copyright 2015, 2016 Benjamin Petrenko, Yauheni Kirylau
|
||||
-- @widgetmod awful.widget.watch
|
||||
-- @supermodule wibox.widget.base
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local setmetatable = setmetatable
|
||||
|
@ -91,8 +92,6 @@ function watch.mt.__call(_, ...)
|
|||
return watch.new(...)
|
||||
end
|
||||
|
||||
--@DOC_widget_COMMON@
|
||||
|
||||
--@DOC_object_COMMON@
|
||||
|
||||
return setmetatable(watch, watch.mt)
|
||||
|
|
Loading…
Reference in New Issue