Work around for luadoc bugs

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-28 11:12:02 +02:00
parent 50c8377482
commit 787bdbe468
8 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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