Fix ldoc target for awful.widget.keyboardlayout
Define @classmod wibox.widget.keyboardlayout, otherwise ldoc fails to find the base class: > module(...) name deduction failed: base .../src/build/docs/capi/ .../src/build/lib/awful/widget/keyboardlayout.lua Fixes https://github.com/awesomeWM/awesome/pull/149#issuecomment-94014438
This commit is contained in:
parent
2f24ec69e1
commit
98c4ae8573
|
@ -2,6 +2,7 @@
|
||||||
-- @author Aleksey Fedotov <lexa@cfotr.com>
|
-- @author Aleksey Fedotov <lexa@cfotr.com>
|
||||||
-- @copyright 2015 Aleksey Fedotov
|
-- @copyright 2015 Aleksey Fedotov
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
|
-- @classmod wibox.widget.keyboardlayout
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local capi = {awesome = awesome,
|
local capi = {awesome = awesome,
|
||||||
|
|
Loading…
Reference in New Issue