Fix warnings from LDoc
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c87e775e46
commit
d13b825c36
|
@ -1,3 +1,9 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- @author Julien Danjou <julien@danjou.info>
|
||||
-- @copyright 2008 Julien Danjou
|
||||
-- @release @AWESOME_VERSION@
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
--- Suits for awful
|
||||
|
||||
return
|
||||
|
|
|
@ -17,6 +17,7 @@ local wibox = require("wibox")
|
|||
local imagebox = require("wibox.widget.imagebox")
|
||||
local textbox = require("wibox.widget.textbox")
|
||||
|
||||
--- Common utilities for awful widgets
|
||||
local common = {}
|
||||
|
||||
-- Recursively processes a template, replacing the tables representing the icon and
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
-- @release @AWESOME_VERSION@
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
-- gears
|
||||
--- gears
|
||||
|
||||
return
|
||||
{
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
-- @release @AWESOME_VERSION@
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
--- Collection of layouts that can be used in widget boxes
|
||||
-- wibox.layout
|
||||
|
||||
return
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
-- @release @AWESOME_VERSION@
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
-- wibox.widget
|
||||
--- wibox.widget
|
||||
|
||||
return
|
||||
{
|
||||
|
|
|
@ -11,7 +11,7 @@ local capi = { awesome = awesome }
|
|||
local setmetatable = setmetatable
|
||||
local error = error
|
||||
|
||||
-- wibox.widget.systray
|
||||
--- wibox.widget.systray
|
||||
local systray = { mt = {} }
|
||||
|
||||
local created_systray = false
|
||||
|
|
Loading…
Reference in New Issue