Remove @release @AWESOME_VERSION@ everywhere (#1157)

It does not provide much value. The version number is already known to
ldoc globally in the "description" variable.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-10-09 22:36:20 +02:00 committed by Daniel Hahler
parent eb7aa511fb
commit 259c4f716f
129 changed files with 2 additions and 130 deletions

1
dbus.c
View File

@ -22,7 +22,6 @@
/** awesome D-Bus API /** awesome D-Bus API
* @author Julien Danjou &lt;julien@danjou.info&gt; * @author Julien Danjou &lt;julien@danjou.info&gt;
* @copyright 2008-2009 Julien Danjou * @copyright 2008-2009 Julien Danjou
* @release @AWESOME_VERSION@
* @module dbus * @module dbus
*/ */

View File

@ -69,8 +69,8 @@ You can use the full power of
the comments. the comments.
Every module and class should have a short description at its beginning which Every module and class should have a short description at its beginning which
should include `@author author`, `@copyright year author`, should include `@author author`, `@copyright year author` and
`@release @AWESOME_VERSION@` and `@module module-name` or `@classmod class-name`. `@module module-name` or `@classmod class-name`.
Parameters of functions should be documented using Parameters of functions should be documented using
`@tparam <type> <parmname> <description>`, and return values via `@tparam <type> <parmname> <description>`, and return values via

View File

@ -22,7 +22,6 @@
/** awesome keygrabber API /** awesome keygrabber API
* @author Julien Danjou &lt;julien@danjou.info&gt; * @author Julien Danjou &lt;julien@danjou.info&gt;
* @copyright 2008-2009 Julien Danjou * @copyright 2008-2009 Julien Danjou
* @release @AWESOME_VERSION@
* @module keygrabber * @module keygrabber
*/ */

View File

@ -6,7 +6,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.autofocus -- @module awful.autofocus
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.button -- @classmod awful.button
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module client -- @module client
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @submodule client -- @submodule client
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local grect = require("gears.geometry").rectangle local grect = require("gears.geometry").rectangle

View File

@ -3,7 +3,6 @@
-- --
-- @author Uli Schlachter &lt;psychon@znc.in&gt; -- @author Uli Schlachter &lt;psychon@znc.in&gt;
-- @copyright 2014 Uli Schlachter -- @copyright 2014 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @submodule client -- @submodule client
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @submodule client -- @submodule client
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -6,7 +6,6 @@
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @author Sébastien Gross &lt;seb-awesome@chezwam.org&gt; -- @author Sébastien Gross &lt;seb-awesome@chezwam.org&gt;
-- @copyright 2008 Julien Danjou, Sébastien Gross -- @copyright 2008 Julien Danjou, Sébastien Gross
-- @release @AWESOME_VERSION@
-- @module awful.completion -- @module awful.completion
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -6,7 +6,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.dbus -- @module awful.dbus
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.ewmh -- @module awful.ewmh
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt; -- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt;
-- @copyright 2014-2015 Yauheni Kirylau -- @copyright 2014-2015 Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @module awful.hotkeys_popup -- @module awful.hotkeys_popup
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt; -- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt;
-- @copyright 2014-2015 Yauheni Kirylau -- @copyright 2014-2015 Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @module awful.hotkeys_popup.keys -- @module awful.hotkeys_popup.keys
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt; -- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt;
-- @copyright 2014-2015 Yauheni Kirylau -- @copyright 2014-2015 Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @module awful.hotkeys_popup.keys.vim -- @module awful.hotkeys_popup.keys.vim
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt; -- @author Yauheni Kirylau &lt;yawghen@gmail.com&gt;
-- @copyright 2014-2015 Yauheni Kirylau -- @copyright 2014-2015 Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @module awful.hotkeys_popup.widget -- @module awful.hotkeys_popup.widget
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful -- @module awful
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.key -- @module awful.key
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author dodo -- @author dodo
-- @copyright 2012 dodo -- @copyright 2012 dodo
-- @release @AWESOME_VERSION@
-- @module awful.keygrabber -- @module awful.keygrabber
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.layout -- @module awful.layout
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -6,7 +6,6 @@
-- @module awful.layout.suit.corner -- @module awful.layout.suit.corner
-- @author Alexis Brenon &lt;brenon.alexis+awesomewm@gmail.com&gt; -- @author Alexis Brenon &lt;brenon.alexis+awesomewm@gmail.com&gt;
-- @copyright 2015 Alexis Brenon -- @copyright 2015 Alexis Brenon
-- @release @AWESOME_VERSION@
-- Grab environment we need -- Grab environment we need
local ipairs = ipairs local ipairs = ipairs

View File

@ -3,7 +3,6 @@
-- --
-- @author Josh Komoroske -- @author Josh Komoroske
-- @copyright 2012 Josh Komoroske -- @copyright 2012 Josh Komoroske
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit.fair -- @module awful.layout.suit.fair
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Gregor Best -- @author Gregor Best
-- @copyright 2008 Gregor Best -- @copyright 2008 Gregor Best
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit.floating -- @module awful.layout.suit.floating
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -2,7 +2,6 @@
--- Suits for awful --- Suits for awful
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit -- @module awful.layout.suit
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit.magnifier -- @module awful.layout.suit.magnifier
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit.max -- @module awful.layout.suit.max
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
-- @author Uli Schlachter &lt;psychon@znc.in&gt; -- @author Uli Schlachter &lt;psychon@znc.in&gt;
-- @copyright 2009 Uli Schlachter -- @copyright 2009 Uli Schlachter
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- --
-- @module awful.layout.suit.spiral -- @module awful.layout.suit.spiral
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -5,7 +5,6 @@
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Donald Ephraim Curtis -- @copyright 2009 Donald Ephraim Curtis
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.layout.suit.tile -- @module awful.layout.suit.tile
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -5,7 +5,6 @@
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @author dodo -- @author dodo
-- @copyright 2008, 2011 Damien Leone, Julien Danjou, dodo -- @copyright 2008, 2011 Damien Leone, Julien Danjou, dodo
-- @release @AWESOME_VERSION@
-- @module awful.menu -- @module awful.menu
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @submodule mouse -- @submodule mouse
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module mouse -- @module mouse
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -6,7 +6,6 @@
-- --
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2016 Emmanuel Lepage Vallee -- @copyright 2016 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @submodule mouse -- @submodule mouse
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @submodule mouse -- @submodule mouse
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -75,7 +75,6 @@
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou, Emmanuel Lepage Vallee 2016 -- @copyright 2008 Julien Danjou, Emmanuel Lepage Vallee 2016
-- @release @AWESOME_VERSION@
-- @module awful.placement -- @module awful.placement
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.prompt -- @module awful.prompt
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.remote -- @module awful.remote
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.rules -- @module awful.rules
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module screen -- @module screen
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -10,7 +10,6 @@
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @copyright 2014 Emmanuel Lepage Vallee -- @copyright 2014 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @module awful.spawn -- @module awful.spawn
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.startup_notification -- @module awful.startup_notification
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module tag -- @module tag
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter -- @copyright 2012 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module awful.titlebar -- @module awful.titlebar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -36,7 +36,6 @@
-- --
-- @author Sébastien Gross &lt;seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org&gt; -- @author Sébastien Gross &lt;seb•ɱɩɲʋʃ•awesome•ɑƬ•chezwam•ɖɵʈ•org&gt;
-- @copyright 2009 Sébastien Gross -- @copyright 2009 Sébastien Gross
-- @release @AWESOME_VERSION@
-- @classmod awful.tooltip -- @classmod awful.tooltip
------------------------------------------------------------------------- -------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module awful.util -- @module awful.util
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -5,7 +5,6 @@
-- --
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2016 Emmanuel Lepage Vallee -- @copyright 2016 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @classmod awful.wibar -- @classmod awful.wibar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2016 Emmanuel Lepage Vallee -- @copyright 2016 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @module awful.wibox -- @module awful.wibox
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local util = require("awful.util") local util = require("awful.util")

View File

@ -9,7 +9,6 @@
-- )) -- ))
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.button -- @classmod awful.widget.button
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.common -- @classmod awful.widget.common
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.graph -- @classmod awful.widget.graph
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local util = require("awful.util") local util = require("awful.util")

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget -- @classmod awful.widget
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Aleksey Fedotov &lt;lexa@cfotr.com&gt; -- @author Aleksey Fedotov &lt;lexa@cfotr.com&gt;
-- @copyright 2015 Aleksey Fedotov -- @copyright 2015 Aleksey Fedotov
-- @release @AWESOME_VERSION@
-- @classmod wibox.widget.keyboardlayout -- @classmod wibox.widget.keyboardlayout
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.launcher -- @classmod awful.widget.launcher
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.layoutbox -- @classmod awful.widget.layoutbox
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.progressbar -- @classmod awful.widget.progressbar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local util = require("awful.util") local util = require("awful.util")

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2009 Julien Danjou -- @copyright 2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.prompt -- @classmod awful.widget.prompt
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.taglist -- @classmod awful.widget.taglist
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.tasklist -- @classmod awful.widget.tasklist
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.textclock -- @classmod awful.widget.textclock
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local util = require("awful.util") local util = require("awful.util")

View File

@ -27,7 +27,6 @@
-- @author Benjamin Petrenko -- @author Benjamin Petrenko
-- @author Yauheni Kirylau -- @author Yauheni Kirylau
-- @copyright 2015, 2016 Benjamin Petrenko, Yauheni Kirylau -- @copyright 2015, 2016 Benjamin Petrenko, Yauheni Kirylau
-- @release @AWESOME_VERSION@
-- @classmod awful.widget.watch -- @classmod awful.widget.watch
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
-- @author Damien Leone &lt;damien.leone@gmail.com&gt; -- @author Damien Leone &lt;damien.leone@gmail.com&gt;
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Damien Leone, Julien Danjou -- @copyright 2008-2009 Damien Leone, Julien Danjou
-- @release @AWESOME_VERSION@
-- @module beautiful -- @module beautiful
---------------------------------------------------------------------------- ----------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Yauhen Kirylau &lt;yawghen@gmail.com&gt; -- @author Yauhen Kirylau &lt;yawghen@gmail.com&gt;
-- @copyright 2015 Yauhen Kirylau -- @copyright 2015 Yauhen Kirylau
-- @release @AWESOME_VERSION@
-- @module beautiful.xresources -- @module beautiful.xresources
---------------------------------------------------------------------------- ----------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2015 Uli Schlachter -- @copyright 2015 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod gears.cache -- @classmod gears.cache
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears.color -- @module gears.color
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears.debug -- @module gears.debug
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -7,7 +7,6 @@
-- --
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008 Julien Danjou -- @copyright 2008 Julien Danjou
-- @release @AWESOME_VERSION@
-- @module gears.geometry -- @module gears.geometry
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local math = math local math = math

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears -- @module gears
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- transformations. -- transformations.
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2015 Uli Schlachter -- @copyright 2015 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod gears.matrix -- @classmod gears.matrix
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -6,7 +6,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod gears.object -- @classmod gears.object
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
-- --
-- @author Emmanuel Lepage-Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage-Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2016 Emmanuel Lepage-Vallee -- @copyright 2016 Emmanuel Lepage-Vallee
-- @release @AWESOME_VERSION@
-- @module gears.object.properties -- @module gears.object.properties
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2016 Uli Schlachter -- @copyright 2016 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears.protected_call -- @module gears.protected_call
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -38,7 +38,6 @@
-- --
-- @author Emmanuel Lepage Vallee -- @author Emmanuel Lepage Vallee
-- @copyright 2011-2016 Emmanuel Lepage Vallee -- @copyright 2011-2016 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @module gears.shape -- @module gears.shape
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local g_matrix = require( "gears.matrix" ) local g_matrix = require( "gears.matrix" )

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter -- @copyright 2012 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears.surface -- @module gears.surface
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2014 Uli Schlachter -- @copyright 2014 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod gears.timer -- @classmod gears.timer
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter -- @copyright 2012 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module gears.wallpaper -- @module gears.wallpaper
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Kazunobu Kuriyama -- @author Kazunobu Kuriyama
-- @copyright 2015 Kazunobu Kuriyama -- @copyright 2015 Kazunobu Kuriyama
-- @release @AWESOME_VERSION@
-- @classmod menubar.icon_theme -- @classmod menubar.icon_theme
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Kazunobu Kuriyama -- @author Kazunobu Kuriyama
-- @copyright 2015 Kazunobu Kuriyama -- @copyright 2015 Kazunobu Kuriyama
-- @release @AWESOME_VERSION@
-- @classmod menubar.index_theme -- @classmod menubar.index_theme
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -16,7 +16,6 @@
-- --
-- @author Alexander Yakushev &lt;yakushev.alex@gmail.com&gt; -- @author Alexander Yakushev &lt;yakushev.alex@gmail.com&gt;
-- @copyright 2011-2012 Alexander Yakushev -- @copyright 2011-2012 Alexander Yakushev
-- @release @AWESOME_VERSION@
-- @module menubar -- @module menubar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Antonio Terceiro -- @author Antonio Terceiro
-- @copyright 2009, 2011-2012 Antonio Terceiro, Alexander Yakushev -- @copyright 2009, 2011-2012 Antonio Terceiro, Alexander Yakushev
-- @release @AWESOME_VERSION@
-- @module menubar.menu_gen -- @module menubar.menu_gen
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Antonio Terceiro -- @author Antonio Terceiro
-- @copyright 2009, 2011-2012 Antonio Terceiro, Alexander Yakushev -- @copyright 2009, 2011-2012 Antonio Terceiro, Alexander Yakushev
-- @release @AWESOME_VERSION@
-- @module menubar.utils -- @module menubar.utils
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author koniu &lt;gkusnierz@gmail.com&gt; -- @author koniu &lt;gkusnierz@gmail.com&gt;
-- @copyright 2008 koniu -- @copyright 2008 koniu
-- @release @AWESOME_VERSION@
-- @module naughty -- @module naughty
---------------------------------------------------------------------------- ----------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
-- --
-- @author koniu &lt;gkusnierz@gmail.com&gt; -- @author koniu &lt;gkusnierz@gmail.com&gt;
-- @copyright 2008 koniu -- @copyright 2008 koniu
-- @release @AWESOME_VERSION@
-- @module naughty.dbus -- @module naughty.dbus
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter &lt;psychon@znc.in&gt; -- @author Uli Schlachter &lt;psychon@znc.in&gt;
-- @copyright 2014 Uli Schlachter -- @copyright 2014 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module naughty -- @module naughty
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -7,7 +7,6 @@
--@DOC_wibox_container_defaults_arcchart_EXAMPLE@ --@DOC_wibox_container_defaults_arcchart_EXAMPLE@
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2013 Emmanuel Lepage Vallee -- @copyright 2013 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.arcchart -- @classmod wibox.container.arcchart
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -5,7 +5,6 @@
--@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
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.background -- @classmod wibox.container.background
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
--@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ý
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.constraint -- @classmod wibox.container.constraint
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

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

View File

@ -3,7 +3,6 @@
--@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
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.margin -- @classmod wibox.container.margin
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
--@DOC_wibox_container_defaults_mirror_EXAMPLE@ --@DOC_wibox_container_defaults_mirror_EXAMPLE@
-- @author dodo -- @author dodo
-- @copyright 2012 dodo -- @copyright 2012 dodo
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.mirror -- @classmod wibox.container.mirror
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -8,7 +8,6 @@
--@DOC_wibox_container_defaults_radialprogressbar_EXAMPLE@ --@DOC_wibox_container_defaults_radialprogressbar_EXAMPLE@
-- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt; -- @author Emmanuel Lepage Vallee &lt;elv1313@gmail.com&gt;
-- @copyright 2013 Emmanuel Lepage Vallee -- @copyright 2013 Emmanuel Lepage Vallee
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.radialprogressbar -- @classmod wibox.container.radialprogressbar
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -4,7 +4,6 @@
--@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
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.rotate -- @classmod wibox.container.rotate
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @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
-- @release @AWESOME_VERSION@
-- @classmod wibox.container.scroll -- @classmod wibox.container.scroll
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2012 Uli Schlachter -- @copyright 2012 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.drawable -- @classmod wibox.drawable
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -5,7 +5,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2015 Uli Schlachter -- @copyright 2015 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @module wibox.hierarchy -- @module wibox.hierarchy
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,7 +1,6 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox -- @classmod wibox
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
--@DOC_wibox_layout_defaults_align_EXAMPLE@ --@DOC_wibox_layout_defaults_align_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.align -- @classmod wibox.layout.align
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
-- --
-- @author Lukáš Hrázký -- @author Lukáš Hrázký
-- @copyright 2012 Lukáš Hrázký -- @copyright 2012 Lukáš Hrázký
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.constraint -- @classmod wibox.layout.constraint
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
--@DOC_wibox_layout_defaults_fixed_EXAMPLE@ --@DOC_wibox_layout_defaults_fixed_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.fixed -- @classmod wibox.layout.fixed
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -3,7 +3,6 @@
--@DOC_wibox_layout_defaults_flex_EXAMPLE@ --@DOC_wibox_layout_defaults_flex_EXAMPLE@
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.flex -- @classmod wibox.layout.flex
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

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

View File

@ -3,7 +3,6 @@
-- --
-- @author Uli Schlachter -- @author Uli Schlachter
-- @copyright 2010 Uli Schlachter -- @copyright 2010 Uli Schlachter
-- @release @AWESOME_VERSION@
-- @classmod wibox.layout.margin -- @classmod wibox.layout.margin
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

Some files were not shown because too many files have changed in this diff Show More