doc: Move all containers to a new section.

This commit is contained in:
Emmanuel Lepage Vallee 2019-06-06 02:10:36 -04:00
parent d00ac0be93
commit e9d4164851
10 changed files with 10 additions and 11 deletions

View File

@ -4,7 +4,7 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2017 Uli Schlachter -- @copyright 2017 Uli Schlachter
-- @classmod awful.widget.only_on_screen -- @containermod awful.widget.only_on_screen
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local type = type local type = type

View File

@ -7,7 +7,7 @@
--@DOC_wibox_container_defaults_arcchart_EXAMPLE@ --@DOC_wibox_container_defaults_arcchart_EXAMPLE@
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com> -- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2013 Emmanuel Lepage Vallee -- @copyright 2013 Emmanuel Lepage Vallee
-- @classmod wibox.container.arcchart -- @containermod wibox.container.arcchart
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local setmetatable = setmetatable local setmetatable = setmetatable

View File

@ -5,7 +5,7 @@
--@DOC_wibox_container_defaults_background_EXAMPLE@ --@DOC_wibox_container_defaults_background_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @classmod wibox.container.background -- @containermod wibox.container.background
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local base = require("wibox.widget.base") local base = require("wibox.widget.base")

View File

@ -3,7 +3,7 @@
--@DOC_wibox_container_defaults_constraint_EXAMPLE@ --@DOC_wibox_container_defaults_constraint_EXAMPLE@
-- @author Lukáš Hrázký -- @author Lukáš Hrázký
-- @copyright 2012 Lukáš Hrázký -- @copyright 2012 Lukáš Hrázký
-- @classmod wibox.container.constraint -- @containermod wibox.container.constraint
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local setmetatable = setmetatable local setmetatable = setmetatable

View File

@ -3,7 +3,7 @@
--@DOC_wibox_container_defaults_margin_EXAMPLE@ --@DOC_wibox_container_defaults_margin_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @classmod wibox.container.margin -- @containermod wibox.container.margin
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local pairs = pairs local pairs = pairs

View File

@ -3,7 +3,7 @@
--@DOC_wibox_container_defaults_mirror_EXAMPLE@ --@DOC_wibox_container_defaults_mirror_EXAMPLE@
-- @author dodo -- @author dodo
-- @copyright 2012 dodo -- @copyright 2012 dodo
-- @classmod wibox.container.mirror -- @containermod wibox.container.mirror
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local type = type local type = type

View File

@ -4,8 +4,7 @@
--@DOC_wibox_container_defaults_place_EXAMPLE@ --@DOC_wibox_container_defaults_place_EXAMPLE@
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com> -- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2016 Emmanuel Lepage Vallee -- @copyright 2016 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@ -- @containermod wibox.container.place
-- @classmod wibox.container.place
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local setmetatable = setmetatable local setmetatable = setmetatable

View File

@ -8,7 +8,7 @@
--@DOC_wibox_container_defaults_radialprogressbar_EXAMPLE@ --@DOC_wibox_container_defaults_radialprogressbar_EXAMPLE@
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com> -- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2013 Emmanuel Lepage Vallee -- @copyright 2013 Emmanuel Lepage Vallee
-- @classmod wibox.container.radialprogressbar -- @containermod wibox.container.radialprogressbar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local setmetatable = setmetatable local setmetatable = setmetatable

View File

@ -4,7 +4,7 @@
--@DOC_wibox_container_defaults_rotate_EXAMPLE@ --@DOC_wibox_container_defaults_rotate_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @classmod wibox.container.rotate -- @containermod wibox.container.rotate
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local error = error local error = error

View File

@ -20,7 +20,7 @@
-- } -- }
-- @author Uli Schlachter (based on ideas from Saleur Geoffrey) -- @author Uli Schlachter (based on ideas from Saleur Geoffrey)
-- @copyright 2015 Uli Schlachter -- @copyright 2015 Uli Schlachter
-- @classmod wibox.container.scroll -- @containermod wibox.container.scroll
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local cache = require("gears.cache") local cache = require("gears.cache")