Make everything wibox related a class in the docs.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
parent
0b65459e14
commit
4d7bd19014
|
@ -4,7 +4,7 @@
|
|||
-- @author Uli Schlachter
|
||||
-- @copyright 2012 Uli Schlachter
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module wibox.drawable
|
||||
-- @classmod wibox.drawable
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local drawable = {}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module wibox
|
||||
-- @classmod wibox
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local capi = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module wibox.layout
|
||||
-- @classmod wibox.layout
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
return
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
-- @author dodo
|
||||
-- @copyright 2012 dodo
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module wibox.layout.mirror
|
||||
-- @classmod wibox.layout.mirror
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local type = type
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
-- @author Uli Schlachter
|
||||
-- @copyright 2010 Uli Schlachter
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module wibox.widget
|
||||
-- @classmod wibox.widget
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
return
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue