doc: Move all popups to a section.

This commit is contained in:
Emmanuel Lepage Vallee 2019-06-06 02:44:00 -04:00
parent 9d0c2200b2
commit f1dceb02f6
9 changed files with 9 additions and 8 deletions

View File

@ -94,6 +94,7 @@ new_type("widgetmod" , "Widgets" , true)
new_type("containermod", "Widget containers", true)
new_type("layoutmod" , "Widget layouts" , true)
new_type("coreclassmod", "Core components" , true)
new_type("popupmod" , "Popups and bars" , true)
file = {
-- C parts of libraries

View File

@ -3,7 +3,7 @@
--
-- @author Yauheni Kirylau <yawghen@gmail.com>
-- @copyright 2014-2015 Yauheni Kirylau
-- @module awful.hotkeys_popup.widget
-- @popupmod awful.hotkeys_popup.widget
---------------------------------------------------------------------------
local capi = {

View File

@ -18,7 +18,7 @@
--
-- @author Emmanuel Lepage Vallee
-- @copyright 2016 Emmanuel Lepage Vallee
-- @classmod awful.popup
-- @popupmod awful.popup
---------------------------------------------------------------------------
local wibox = require( "wibox" )
local util = require( "awful.util" )

View File

@ -9,7 +9,7 @@
--
-- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter
-- @classmod awful.titlebar
-- @popupmod awful.titlebar
---------------------------------------------------------------------------
local error = error

View File

@ -39,7 +39,7 @@
--
-- @author Sébastien Gross <seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org>
-- @copyright 2009 Sébastien Gross
-- @classmod awful.tooltip
-- @popupmod awful.tooltip
-------------------------------------------------------------------------
local timer = require("gears.timer")

View File

@ -5,7 +5,7 @@
--
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2016 Emmanuel Lepage Vallee
-- @classmod awful.wibar
-- @popupmod awful.wibar
---------------------------------------------------------------------------
-- Grab environment we need

View File

@ -22,7 +22,7 @@
--
-- @author getzze
-- @copyright 2017 getzze
-- @classmod awful.widget.calendar_popup
-- @popupmod awful.widget.calendar_popup
---------------------------------------------------------------------------
local setmetatable = setmetatable

View File

@ -17,7 +17,7 @@
-- @author Emmanuel Lepage Vallee <elv1313@gmail.com>
-- @copyright 2008 koniu
-- @copyright 2017 Emmanuel Lepage Vallee
-- @classmod naughty.layout.legacy
-- @popupmod naughty.layout.legacy
----------------------------------------------------------------------------
local capi = { screen = screen, awesome = awesome }

View File

@ -1,7 +1,7 @@
---------------------------------------------------------------------------
-- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter
-- @coreclassmod wibox
-- @popupmod wibox
---------------------------------------------------------------------------
local capi = {