From 787bdbe4684340407ce7b36c51005405f9ab620f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Tue, 28 Sep 2010 11:12:02 +0200 Subject: [PATCH] Work around for luadoc bugs Signed-off-by: Uli Schlachter --- luadoc/button.lua | 1 + luadoc/client.lua | 1 + luadoc/image.lua | 1 + luadoc/key.lua | 1 + luadoc/tag.lua | 1 + luadoc/timer.lua | 1 + luadoc/wibox.lua | 1 + luadoc/widget.lua | 1 + 8 files changed, 8 insertions(+) diff --git a/luadoc/button.lua b/luadoc/button.lua index 124dc84d..2ba1ddcf 100644 --- a/luadoc/button.lua +++ b/luadoc/button.lua @@ -29,6 +29,7 @@ module("button") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of button objects alive. -- @name instances -- @class function diff --git a/luadoc/client.lua b/luadoc/client.lua index 788d0de1..2df33027 100644 --- a/luadoc/client.lua +++ b/luadoc/client.lua @@ -130,6 +130,7 @@ module("client") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of client objects alive. -- @name instances -- @class function diff --git a/luadoc/image.lua b/luadoc/image.lua index 7e24a8d2..573dd208 100644 --- a/luadoc/image.lua +++ b/luadoc/image.lua @@ -130,6 +130,7 @@ module("image") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of image objects alive. -- @name instances -- @class function diff --git a/luadoc/key.lua b/luadoc/key.lua index c4a6a4e3..cd5fcabd 100644 --- a/luadoc/key.lua +++ b/luadoc/key.lua @@ -32,6 +32,7 @@ module("key") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of key objects alive. -- @name instances -- @class function diff --git a/luadoc/tag.lua b/luadoc/tag.lua index 69b4046e..63c649a6 100644 --- a/luadoc/tag.lua +++ b/luadoc/tag.lua @@ -35,6 +35,7 @@ module("tag") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of tag objects alive. -- @name instances -- @class function diff --git a/luadoc/timer.lua b/luadoc/timer.lua index 0a8b42c3..dd404b8a 100644 --- a/luadoc/timer.lua +++ b/luadoc/timer.lua @@ -40,6 +40,7 @@ module("timer") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of timer objects alive. -- @name instances -- @class function diff --git a/luadoc/wibox.lua b/luadoc/wibox.lua index fa574aa9..62d47018 100644 --- a/luadoc/wibox.lua +++ b/luadoc/wibox.lua @@ -60,6 +60,7 @@ module("wibox") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of wibox objects alive. -- @name instances -- @class function diff --git a/luadoc/widget.lua b/luadoc/widget.lua index b945fc1a..e3b2fd7a 100644 --- a/luadoc/widget.lua +++ b/luadoc/widget.lua @@ -68,6 +68,7 @@ module("widget") -- @class function --- Get the number of instances. +-- @param no_params luadoc is buggy. -- @return The number of widget objects alive. -- @name instances -- @class function