Fix warnings from LDoc

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-11-19 15:35:32 +01:00
parent c87e775e46
commit d13b825c36
6 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
---------------------------------------------------------------------------
-- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
---------------------------------------------------------------------------
--- Suits for awful
return

View File

@ -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

View File

@ -4,7 +4,7 @@
-- @release @AWESOME_VERSION@
---------------------------------------------------------------------------
-- gears
--- gears
return
{

View File

@ -4,6 +4,7 @@
-- @release @AWESOME_VERSION@
---------------------------------------------------------------------------
--- Collection of layouts that can be used in widget boxes
-- wibox.layout
return

View File

@ -4,7 +4,7 @@
-- @release @AWESOME_VERSION@
---------------------------------------------------------------------------
-- wibox.widget
--- wibox.widget
return
{

View File

@ -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