naughty.widget.message: Update the property documentation.
This commit is contained in:
parent
7149b93abb
commit
0014785c85
|
@ -25,6 +25,7 @@ local message = {}
|
|||
--- The attached notification.
|
||||
-- @property notification
|
||||
-- @tparam naughty.notification notification
|
||||
-- @propertydefault This is usually set in the construtor.
|
||||
-- @propemits true false
|
||||
|
||||
function message:set_notification(notif)
|
||||
|
@ -86,8 +87,6 @@ local function new(args)
|
|||
return tb
|
||||
end
|
||||
|
||||
--@DOC_widget_COMMON@
|
||||
|
||||
--@DOC_object_COMMON@
|
||||
|
||||
return setmetatable(message, {__call = function(_, ...) return new(...) end})
|
||||
|
|
Loading…
Reference in New Issue