awful.widget.keyboardlayout: Update the property documentation.

This commit is contained in:
Emmanuel Lepage Vallee 2022-08-21 23:02:26 -07:00
parent 176526a8d2
commit 72041d63a4
1 changed files with 1 additions and 3 deletions

View File

@ -5,6 +5,7 @@
-- @author Aleksey Fedotov <lexa@cfotr.com>
-- @copyright 2015 Aleksey Fedotov
-- @widgetmod awful.widget.keyboardlayout
-- @supermodule wibox.widget.base
---------------------------------------------------------------------------
local capi = {awesome = awesome}
@ -317,9 +318,6 @@ function keyboardlayout.mt:__call(...)
return _instance
end
--@DOC_widget_COMMON@
--@DOC_object_COMMON@
return setmetatable(keyboardlayout, keyboardlayout.mt)