luadoc: add selection documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
f04ba72908
commit
ee171f89db
|
@ -0,0 +1,10 @@
|
||||||
|
--- awesome selection (clipboard) API
|
||||||
|
-- @author Julien Danjou <julien@danjou.info>
|
||||||
|
-- @copyright 2008-2009 Julien Danjou
|
||||||
|
module("selection")
|
||||||
|
|
||||||
|
--- Get the selection (clipboard) content.
|
||||||
|
-- @param -
|
||||||
|
-- @return A string with the selection (clipboard) content.
|
||||||
|
-- @name selection
|
||||||
|
-- @class function
|
Loading…
Reference in New Issue