mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Fix generation of the docs.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
parent
fd63993b09
commit
b16944a654
2 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
---------------------------------------------------------------------------
|
||||
-- DBUS/Notification support
|
||||
-- Notify
|
||||
--
|
||||
-- @author koniu <gkusnierz@gmail.com>
|
||||
-- @copyright 2008 koniu
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module naughty.dbus
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
-- DBUS/Notification support
|
||||
-- Notify
|
||||
|
||||
assert(dbus)
|
||||
|
||||
-- Package environment
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
-- @author Uli Schlachter <psychon@znc.in>
|
||||
-- @copyright 2014 Uli Schlachter
|
||||
-- @release @AWESOME_VERSION@
|
||||
-- @module naughty
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
local naughty = require("naughty.core")
|
||||
|
|
Loading…
Reference in a new issue