Fix generation of the docs.
Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
parent
fd63993b09
commit
b16944a654
|
@ -1,12 +1,13 @@
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
-- DBUS/Notification support
|
||||||
|
-- Notify
|
||||||
|
--
|
||||||
-- @author koniu <gkusnierz@gmail.com>
|
-- @author koniu <gkusnierz@gmail.com>
|
||||||
-- @copyright 2008 koniu
|
-- @copyright 2008 koniu
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
|
-- @module naughty.dbus
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
-- DBUS/Notification support
|
|
||||||
-- Notify
|
|
||||||
|
|
||||||
assert(dbus)
|
assert(dbus)
|
||||||
|
|
||||||
-- Package environment
|
-- Package environment
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
-- @author Uli Schlachter <psychon@znc.in>
|
-- @author Uli Schlachter <psychon@znc.in>
|
||||||
-- @copyright 2014 Uli Schlachter
|
-- @copyright 2014 Uli Schlachter
|
||||||
-- @release @AWESOME_VERSION@
|
-- @release @AWESOME_VERSION@
|
||||||
|
-- @module naughty
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
local naughty = require("naughty.core")
|
local naughty = require("naughty.core")
|
||||||
|
|
Loading…
Reference in New Issue