luadoc/: Remove luadoc hacks

LDoc doesn't need any of this and actually breaks due to it.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2012-11-19 14:55:57 +01:00
parent 96e03cb45d
commit 43c02c61c5
14 changed files with 1 additions and 27 deletions

View File

@ -15,7 +15,6 @@ module("awesome")
-- @name awesome
--- Quit awesome.
-- @param -
-- @name quit
-- @class function
@ -26,7 +25,6 @@ module("awesome")
-- @class function
--- Restart awesome.
-- @param -
-- @name restart
-- @class function

View File

@ -29,7 +29,6 @@ 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

@ -53,7 +53,6 @@ module("client")
-- @class function
--- Check if a client is visible on its screen.
-- @param -
-- @return A boolean value, true if the client is visible, false otherwise.
-- @name isvisible
-- @class function
@ -89,7 +88,6 @@ module("client")
-- @class function
--- Kill a client.
-- @param -
-- @name kill
-- @class function
@ -99,17 +97,14 @@ module("client")
-- @class function
--- Raise a client on top of others which are on the same layer.
-- @param -
-- @name raise
-- @class function
--- Lower a client on bottom of others which are on the same layer.
-- @param -
-- @name lower
-- @class function
--- Stop managing a client.
-- @param -
-- @name unmanage
-- @class function
@ -132,7 +127,6 @@ 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

@ -6,16 +6,15 @@ module("drawable")
--- Drawable object.
-- @field surface The drawable's cairo surface.
-- @name drawable
-- @class table
--- Get drawable geometry. The geometry consists of x, y, width and height.
-- @param no_params luadoc is buggy.
-- @return A table with drawable coordinates and geometry.
-- @name geometry
-- @class function
--- Refresh the drawable. When you are drawing to the surface, you have
-- call this function when you are done to make the result visible.
-- @param no_params luadoc is buggy.
-- @name refresh
-- @class function
@ -38,7 +37,6 @@ module("drawable")
-- @class function
--- Get the number of instances.
-- @param no_params luadoc is buggy.
-- @return The number of drawable objects alive.
-- @name instances
-- @class function

View File

@ -58,7 +58,6 @@ module("drawin")
-- @class function
--- Get the number of instances.
-- @param no_params luadoc is buggy.
-- @return The number of drawin objects alive.
-- @name instances
-- @class function

View File

@ -32,7 +32,6 @@ 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

@ -31,12 +31,10 @@ module("keygrabber")
-- </code></p>
--- Stop grabbing the keyboard.
-- @param -
-- @name stop
-- @class function
--- Check if the keygrabber is running.
-- @param -
-- @return A boolean value, true if running, false otherwise.
-- @name isrunning
-- @class function

View File

@ -17,7 +17,6 @@ module("mouse")
-- @class function
--- Get the client or any object which is under the pointer.
-- @param -
-- @return A client or nil.
-- @name object_under_pointer
-- @class function

View File

@ -14,12 +14,10 @@ module("mousegrabber")
-- @class function
--- Stop grabbing the mouse pointer.
-- @param -
-- @name stop
-- @class function
--- Check if the mousegrabber is running.
-- @param -
-- @return A boolean value, true if running, false otherwise.
-- @name isrunning
-- @class function

View File

@ -34,7 +34,6 @@ module("root")
-- @class function
--- Get the wiboxes attached to a screen.
-- @param -
-- @return A table with all wiboxes.
-- @name wiboxes
-- @class function
@ -46,7 +45,6 @@ module("root")
-- @class function
--- Get the attached tags.
-- @param -
-- @return A table with all tags.
-- @name tags
-- @class function

View File

@ -12,7 +12,6 @@ module("screen")
-- @name screen
--- Get the number of screen.
-- @param -
-- @return The screen count, at least 1.
-- @name count
-- @class function

View File

@ -4,7 +4,6 @@
module("selection")
--- Get the selection (clipboard) content.
-- @param -
-- @return A string with the selection (clipboard) content.
-- @name selection
-- @class function

View File

@ -35,7 +35,6 @@ 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

@ -12,12 +12,10 @@ module("timer")
-- @name timer
--- Start the timer.
-- @param -
-- @name start
-- @class function
--- Stop the timer.
-- @param -
-- @name stop
-- @class function
@ -40,7 +38,6 @@ 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