-wrongdoc

This commit is contained in:
Axel Kittenberger 2010-11-30 17:09:17 +00:00
parent 3a04de8215
commit 12a43e21bf

View File

@ -6,14 +6,6 @@
-- "Beep!" every 5 seconds. -- "Beep!" every 5 seconds.
-- --
----
-- Defines a function to be called when the alarm
-- is raised.
-- @param timestamp ... timestamp this alarm was registered with
-- @param extra ... a free token to store anything in it.
-- here used as string.
--
lalarm = { lalarm = {
init = function(inlet) init = function(inlet)
-- creates the first alarm in 5 seconds from now. -- creates the first alarm in 5 seconds from now.