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:
Daniel Hahler 2015-04-19 00:31:11 +02:00
parent 2f24ec69e1
commit 98c4ae8573
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
-- @author Aleksey Fedotov <lexa@cfotr.com>
-- @copyright 2015 Aleksey Fedotov
-- @release @AWESOME_VERSION@
-- @classmod wibox.widget.keyboardlayout
---------------------------------------------------------------------------
local capi = {awesome = awesome,