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
|
--- Suits for awful
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
|
@ -17,6 +17,7 @@ local wibox = require("wibox")
|
||||||
local imagebox = require("wibox.widget.imagebox")
|
local imagebox = require("wibox.widget.imagebox")
|
||||||
local textbox = require("wibox.widget.textbox")
|
local textbox = require("wibox.widget.textbox")
|
||||||
|
|
||||||
|
--- Common utilities for awful widgets
|
||||||
local common = {}
|
local common = {}
|
||||||
|
|
||||||
-- Recursively processes a template, replacing the tables representing the icon and
|
-- Recursively processes a template, replacing the tables representing the icon and
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
-- gears
|
--- gears
|
||||||
|
|
||||||
return
|
return
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
--- Collection of layouts that can be used in widget boxes
|
||||||
-- wibox.layout
|
-- wibox.layout
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
-- wibox.widget
|
--- wibox.widget
|
||||||
|
|
||||||
return
|
return
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,7 +11,7 @@ local capi = { awesome = awesome }
|
||||||
local setmetatable = setmetatable
|
local setmetatable = setmetatable
|
||||||
local error = error
|
local error = error
|
||||||
|
|
||||||
-- wibox.widget.systray
|
--- wibox.widget.systray
|
||||||
local systray = { mt = {} }
|
local systray = { mt = {} }
|
||||||
|
|
||||||
local created_systray = false
|
local created_systray = false
|
||||||
|
|
Loading…
Reference in New Issue