From 12a43e21bf9002b0db515f68a31eb32ea96a5b36 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Tue, 30 Nov 2010 17:09:17 +0000 Subject: [PATCH] -wrongdoc --- examples/lalarm.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/lalarm.lua b/examples/lalarm.lua index b9e676e..9a106f1 100644 --- a/examples/lalarm.lua +++ b/examples/lalarm.lua @@ -6,14 +6,6 @@ -- "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 = { init = function(inlet) -- creates the first alarm in 5 seconds from now.