naughty.container.background: Update the property documentation.
This commit is contained in:
parent
6b382148a8
commit
85eb759bd8
|
@ -44,6 +44,7 @@ end
|
||||||
--- The attached notification.
|
--- The attached notification.
|
||||||
-- @property notification
|
-- @property notification
|
||||||
-- @tparam naughty.notification notification
|
-- @tparam naughty.notification notification
|
||||||
|
-- @propertydefault This is usually set in the construtor.
|
||||||
-- @propemits true false
|
-- @propemits true false
|
||||||
|
|
||||||
function background:set_notification(notif)
|
function background:set_notification(notif)
|
||||||
|
@ -101,8 +102,6 @@ local function new(args)
|
||||||
return bg
|
return bg
|
||||||
end
|
end
|
||||||
|
|
||||||
--@DOC_widget_COMMON@
|
|
||||||
|
|
||||||
--@DOC_object_COMMON@
|
--@DOC_object_COMMON@
|
||||||
|
|
||||||
return setmetatable(background, {__call = function(_, ...) return new(...) end})
|
return setmetatable(background, {__call = function(_, ...) return new(...) end})
|
||||||
|
|
Loading…
Reference in New Issue