Fix generation of the docs.

Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
Julian Wollrath 2015-02-22 22:25:09 +01:00 committed by Daniel Hahler
parent fd63993b09
commit b16944a654
2 changed files with 5 additions and 3 deletions

View File

@ -1,12 +1,13 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
-- DBUS/Notification support
-- Notify
--
-- @author koniu &lt;gkusnierz@gmail.com&gt; -- @author koniu &lt;gkusnierz@gmail.com&gt;
-- @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

View File

@ -2,6 +2,7 @@
-- @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@ -- @release @AWESOME_VERSION@
-- @module naughty
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
local naughty = require("naughty.core") local naughty = require("naughty.core")