awful.widget.keyboardlayout: Update the property documentation.
This commit is contained in:
parent
176526a8d2
commit
72041d63a4
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue