beautiful: fix luadoc module name
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a89cf77002
commit
2f04baed34
|
@ -15,7 +15,7 @@ local capi = { awesome = awesome }
|
||||||
local module_name = "beautiful"
|
local module_name = "beautiful"
|
||||||
|
|
||||||
--- beautiful: theme library
|
--- beautiful: theme library
|
||||||
module(module_name)
|
module("beautiful")
|
||||||
|
|
||||||
-- Local data
|
-- Local data
|
||||||
local theme = {}
|
local theme = {}
|
||||||
|
|
Loading…
Reference in New Issue