Make everything wibox related a class in the docs.

Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
Julian Wollrath 2015-02-25 11:18:53 +01:00 committed by Daniel Hahler
parent 0b65459e14
commit 4d7bd19014
17 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@
-- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.drawable
-- @classmod wibox.drawable
---------------------------------------------------------------------------
local drawable = {}

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox
-- @classmod wibox
---------------------------------------------------------------------------
local capi = {

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.align
-- @classmod wibox.layout.align
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.base
-- @classmod wibox.layout.base
---------------------------------------------------------------------------
local pairs = pairs

View File

@ -2,7 +2,7 @@
-- @author Lukáš Hrázký
-- @copyright 2012 Lukáš Hrázký
-- @release @AWESOME_VERSION@
-- @module wibox.layout.constraint
-- @classmod wibox.layout.constraint
---------------------------------------------------------------------------
local pairs = pairs

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.fixed
-- @classmod wibox.layout.fixed
---------------------------------------------------------------------------
local base = require("wibox.layout.base")

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.flex
-- @classmod wibox.layout.flex
---------------------------------------------------------------------------
local base = require("wibox.layout.base")

View File

@ -4,7 +4,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout
-- @classmod wibox.layout
---------------------------------------------------------------------------
return

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.margin
-- @classmod wibox.layout.margin
---------------------------------------------------------------------------
local pairs = pairs

View File

@ -2,7 +2,7 @@
-- @author dodo
-- @copyright 2012 dodo
-- @release @AWESOME_VERSION@
-- @module wibox.layout.mirror
-- @classmod wibox.layout.mirror
---------------------------------------------------------------------------
local type = type

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.layout.rotate
-- @classmod wibox.layout.rotate
---------------------------------------------------------------------------
local error = error

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.widget.background
-- @classmod wibox.widget.background
---------------------------------------------------------------------------
local base = require("wibox.widget.base")

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.widget.base
-- @classmod wibox.widget.base
---------------------------------------------------------------------------
local debug = require("gears.debug")

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.widget.imagebox
-- @classmod wibox.widget.imagebox
---------------------------------------------------------------------------
local base = require("wibox.widget.base")

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.widget
-- @classmod wibox.widget
---------------------------------------------------------------------------
return

View File

@ -2,7 +2,7 @@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.widget.systray
-- @classmod wibox.widget.systray
---------------------------------------------------------------------------
local wbase = require("wibox.widget.base")

View File

@ -3,7 +3,7 @@
-- @author dodo
-- @copyright 2010, 2011 Uli Schlachter, dodo
-- @release @AWESOME_VERSION@
-- @module wibox.widget.textbox
-- @classmod wibox.widget.textbox
---------------------------------------------------------------------------
local base = require("wibox.widget.base")