mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
43c02c61c5
LDoc doesn't need any of this and actually breaks due to it. Signed-off-by: Uli Schlachter <psychon@znc.in>
9 lines
290 B
Lua
9 lines
290 B
Lua
--- awesome selection (clipboard) API
|
|
-- @author Julien Danjou <julien@danjou.info>
|
|
-- @copyright 2008-2009 Julien Danjou
|
|
module("selection")
|
|
|
|
--- Get the selection (clipboard) content.
|
|
-- @return A string with the selection (clipboard) content.
|
|
-- @name selection
|
|
-- @class function
|