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:
parent
96e03cb45d
commit
43c02c61c5
|
@ -15,7 +15,6 @@ module("awesome")
|
||||||
-- @name awesome
|
-- @name awesome
|
||||||
|
|
||||||
--- Quit awesome.
|
--- Quit awesome.
|
||||||
-- @param -
|
|
||||||
-- @name quit
|
-- @name quit
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
@ -26,7 +25,6 @@ module("awesome")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Restart awesome.
|
--- Restart awesome.
|
||||||
-- @param -
|
|
||||||
-- @name restart
|
-- @name restart
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,6 @@ module("button")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of button objects alive.
|
-- @return The number of button objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -53,7 +53,6 @@ module("client")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Check if a client is visible on its screen.
|
--- Check if a client is visible on its screen.
|
||||||
-- @param -
|
|
||||||
-- @return A boolean value, true if the client is visible, false otherwise.
|
-- @return A boolean value, true if the client is visible, false otherwise.
|
||||||
-- @name isvisible
|
-- @name isvisible
|
||||||
-- @class function
|
-- @class function
|
||||||
|
@ -89,7 +88,6 @@ module("client")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Kill a client.
|
--- Kill a client.
|
||||||
-- @param -
|
|
||||||
-- @name kill
|
-- @name kill
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
@ -99,17 +97,14 @@ module("client")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Raise a client on top of others which are on the same layer.
|
--- Raise a client on top of others which are on the same layer.
|
||||||
-- @param -
|
|
||||||
-- @name raise
|
-- @name raise
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Lower a client on bottom of others which are on the same layer.
|
--- Lower a client on bottom of others which are on the same layer.
|
||||||
-- @param -
|
|
||||||
-- @name lower
|
-- @name lower
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Stop managing a client.
|
--- Stop managing a client.
|
||||||
-- @param -
|
|
||||||
-- @name unmanage
|
-- @name unmanage
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
@ -132,7 +127,6 @@ module("client")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of client objects alive.
|
-- @return The number of client objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -6,16 +6,15 @@ module("drawable")
|
||||||
--- Drawable object.
|
--- Drawable object.
|
||||||
-- @field surface The drawable's cairo surface.
|
-- @field surface The drawable's cairo surface.
|
||||||
-- @name drawable
|
-- @name drawable
|
||||||
|
-- @class table
|
||||||
|
|
||||||
--- Get drawable geometry. The geometry consists of x, y, width and height.
|
--- 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.
|
-- @return A table with drawable coordinates and geometry.
|
||||||
-- @name geometry
|
-- @name geometry
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Refresh the drawable. When you are drawing to the surface, you have
|
--- Refresh the drawable. When you are drawing to the surface, you have
|
||||||
-- call this function when you are done to make the result visible.
|
-- call this function when you are done to make the result visible.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @name refresh
|
-- @name refresh
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
@ -38,7 +37,6 @@ module("drawable")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of drawable objects alive.
|
-- @return The number of drawable objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -58,7 +58,6 @@ module("drawin")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of drawin objects alive.
|
-- @return The number of drawin objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -32,7 +32,6 @@ module("key")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of key objects alive.
|
-- @return The number of key objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -31,12 +31,10 @@ module("keygrabber")
|
||||||
-- </code></p>
|
-- </code></p>
|
||||||
|
|
||||||
--- Stop grabbing the keyboard.
|
--- Stop grabbing the keyboard.
|
||||||
-- @param -
|
|
||||||
-- @name stop
|
-- @name stop
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Check if the keygrabber is running.
|
--- Check if the keygrabber is running.
|
||||||
-- @param -
|
|
||||||
-- @return A boolean value, true if running, false otherwise.
|
-- @return A boolean value, true if running, false otherwise.
|
||||||
-- @name isrunning
|
-- @name isrunning
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -17,7 +17,6 @@ module("mouse")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the client or any object which is under the pointer.
|
--- Get the client or any object which is under the pointer.
|
||||||
-- @param -
|
|
||||||
-- @return A client or nil.
|
-- @return A client or nil.
|
||||||
-- @name object_under_pointer
|
-- @name object_under_pointer
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -14,12 +14,10 @@ module("mousegrabber")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Stop grabbing the mouse pointer.
|
--- Stop grabbing the mouse pointer.
|
||||||
-- @param -
|
|
||||||
-- @name stop
|
-- @name stop
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Check if the mousegrabber is running.
|
--- Check if the mousegrabber is running.
|
||||||
-- @param -
|
|
||||||
-- @return A boolean value, true if running, false otherwise.
|
-- @return A boolean value, true if running, false otherwise.
|
||||||
-- @name isrunning
|
-- @name isrunning
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -34,7 +34,6 @@ module("root")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the wiboxes attached to a screen.
|
--- Get the wiboxes attached to a screen.
|
||||||
-- @param -
|
|
||||||
-- @return A table with all wiboxes.
|
-- @return A table with all wiboxes.
|
||||||
-- @name wiboxes
|
-- @name wiboxes
|
||||||
-- @class function
|
-- @class function
|
||||||
|
@ -46,7 +45,6 @@ module("root")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the attached tags.
|
--- Get the attached tags.
|
||||||
-- @param -
|
|
||||||
-- @return A table with all tags.
|
-- @return A table with all tags.
|
||||||
-- @name tags
|
-- @name tags
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -12,7 +12,6 @@ module("screen")
|
||||||
-- @name screen
|
-- @name screen
|
||||||
|
|
||||||
--- Get the number of screen.
|
--- Get the number of screen.
|
||||||
-- @param -
|
|
||||||
-- @return The screen count, at least 1.
|
-- @return The screen count, at least 1.
|
||||||
-- @name count
|
-- @name count
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
module("selection")
|
module("selection")
|
||||||
|
|
||||||
--- Get the selection (clipboard) content.
|
--- Get the selection (clipboard) content.
|
||||||
-- @param -
|
|
||||||
-- @return A string with the selection (clipboard) content.
|
-- @return A string with the selection (clipboard) content.
|
||||||
-- @name selection
|
-- @name selection
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -35,7 +35,6 @@ module("tag")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of tag objects alive.
|
-- @return The number of tag objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
|
@ -12,12 +12,10 @@ module("timer")
|
||||||
-- @name timer
|
-- @name timer
|
||||||
|
|
||||||
--- Start the timer.
|
--- Start the timer.
|
||||||
-- @param -
|
|
||||||
-- @name start
|
-- @name start
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Stop the timer.
|
--- Stop the timer.
|
||||||
-- @param -
|
|
||||||
-- @name stop
|
-- @name stop
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
|
@ -40,7 +38,6 @@ module("timer")
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
||||||
--- Get the number of instances.
|
--- Get the number of instances.
|
||||||
-- @param no_params luadoc is buggy.
|
|
||||||
-- @return The number of timer objects alive.
|
-- @return The number of timer objects alive.
|
||||||
-- @name instances
|
-- @name instances
|
||||||
-- @class function
|
-- @class function
|
||||||
|
|
Loading…
Reference in New Issue