From 85eb759bd89a706c6aa451e53f191ad5c92383a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 21 Aug 2022 23:02:26 -0700 Subject: [PATCH] naughty.container.background: Update the property documentation. --- lib/naughty/container/background.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/naughty/container/background.lua b/lib/naughty/container/background.lua index 852a6e340..5a24f0607 100644 --- a/lib/naughty/container/background.lua +++ b/lib/naughty/container/background.lua @@ -44,6 +44,7 @@ end --- The attached notification. -- @property notification -- @tparam naughty.notification notification +-- @propertydefault This is usually set in the construtor. -- @propemits true false function background:set_notification(notif) @@ -101,8 +102,6 @@ local function new(args) return bg end ---@DOC_widget_COMMON@ - --@DOC_object_COMMON@ return setmetatable(background, {__call = function(_, ...) return new(...) end})