doc: Move all widgets to a new section.

This commit is contained in:
Emmanuel Lepage Vallee 2019-06-06 02:15:53 -04:00
parent e9d4164851
commit bb51add089
21 changed files with 21 additions and 21 deletions

View File

@ -9,7 +9,7 @@
-- ))
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008-2009 Julien Danjou
-- @classmod awful.widget.button
-- @widgetmod awful.widget.button
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -1,7 +1,7 @@
--- Container showing the icon of a client.
-- @author Uli Schlachter
-- @copyright 2017 Uli Schlachter
-- @classmod awful.widget.clienticon
-- @widgetmod awful.widget.clienticon
local base = require("wibox.widget.base")
local surface = require("gears.surface")

View File

@ -1,7 +1,7 @@
---------------------------------------------------------------------------
-- @author Aleksey Fedotov <lexa@cfotr.com>
-- @copyright 2015 Aleksey Fedotov
-- @classmod awful.widget.keyboardlayout
-- @widgetmod awful.widget.keyboardlayout
---------------------------------------------------------------------------
local capi = {awesome = awesome}

View File

@ -1,7 +1,7 @@
---------------------------------------------------------------------------
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008-2009 Julien Danjou
-- @classmod awful.widget.launcher
-- @widgetmod awful.widget.launcher
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -3,7 +3,7 @@
--
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2009 Julien Danjou
-- @classmod awful.widget.layoutbox
-- @widgetmod awful.widget.layoutbox
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -20,7 +20,7 @@
--
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2010, 2018 Emmanuel Lepage Vallee
-- @classmod awful.widget.layoutlist
-- @widgetmod awful.widget.layoutlist
----------------------------------------------------------------------------
local capi = {screen = screen, tag = tag}

View File

@ -6,7 +6,7 @@
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2009 Julien Danjou
-- @copyright 2018 Aire-One
-- @classmod awful.widget.prompt
-- @widgetmod awful.widget.prompt
---------------------------------------------------------------------------
--- The prompt foreground color.

View File

@ -34,7 +34,7 @@
--
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008-2009 Julien Danjou
-- @classmod awful.widget.taglist
-- @widgetmod awful.widget.taglist
---------------------------------------------------------------------------
-- Grab environment we need

View File

@ -70,7 +70,7 @@
--
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2008-2009 Julien Danjou
-- @classmod awful.widget.tasklist
-- @widgetmod awful.widget.tasklist
---------------------------------------------------------------------------
-- Grab environment we need

View File

@ -27,7 +27,7 @@
-- @author Benjamin Petrenko
-- @author Yauheni Kirylau
-- @copyright 2015, 2016 Benjamin Petrenko, Yauheni Kirylau
-- @classmod awful.widget.watch
-- @widgetmod awful.widget.watch
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -21,7 +21,7 @@
--
-- @author getzze
-- @copyright 2017 getzze
-- @classmod wibox.widget.calendar
-- @widgetmod wibox.widget.calendar
---------------------------------------------------------------------------

View File

@ -8,7 +8,7 @@
--@DOC_wibox_widget_defaults_checkbox_EXAMPLE@
-- @author Emmanuel Lepage Valle
-- @copyright 2010 Emmanuel Lepage Vallee
-- @classmod wibox.widget.checkbox
-- @widgetmod wibox.widget.checkbox
---------------------------------------------------------------------------
local color = require( "gears.color" )

View File

@ -13,7 +13,7 @@
--@DOC_wibox_widget_defaults_graph_EXAMPLE@
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2009 Julien Danjou
-- @classmod wibox.widget.graph
-- @widgetmod wibox.widget.graph
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -3,7 +3,7 @@
--@DOC_wibox_widget_defaults_imagebox_EXAMPLE@
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @classmod wibox.widget.imagebox
-- @widgetmod wibox.widget.imagebox
---------------------------------------------------------------------------
local base = require("wibox.widget.base")

View File

@ -7,7 +7,7 @@
--@DOC_wibox_widget_defaults_piechart_EXAMPLE@
-- @author Emmanuel Lepage Valle
-- @copyright 2012 Emmanuel Lepage Vallee
-- @classmod wibox.widget.piechart
-- @widgetmod wibox.widget.piechart
---------------------------------------------------------------------------
local color = require( "gears.color" )

View File

@ -17,7 +17,7 @@
--
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2009 Julien Danjou
-- @classmod wibox.widget.progressbar
-- @widgetmod wibox.widget.progressbar
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -19,7 +19,7 @@
--
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2014, 2017 Emmanuel Lepage Vallee
-- @classmod wibox.widget.separator
-- @widgetmod wibox.widget.separator
---------------------------------------------------------------------------
local beautiful = require( "beautiful" )
local base = require( "wibox.widget.base" )

View File

@ -6,7 +6,7 @@
-- @author Grigory Mishchenko <grishkokot@gmail.com>
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2015 Grigory Mishchenko, 2016 Emmanuel Lepage Vallee
-- @classmod wibox.widget.slider
-- @widgetmod wibox.widget.slider
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -1,7 +1,7 @@
---------------------------------------------------------------------------
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @classmod wibox.widget.systray
-- @widgetmod wibox.widget.systray
---------------------------------------------------------------------------
local wbase = require("wibox.widget.base")

View File

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

View File

@ -3,7 +3,7 @@
--
-- @author Julien Danjou <julien@danjou.info>
-- @copyright 2009 Julien Danjou
-- @classmod wibox.widget.textclock
-- @widgetmod wibox.widget.textclock
---------------------------------------------------------------------------
local setmetatable = setmetatable