awesome/luadoc/selection.lua
Uli Schlachter 43c02c61c5 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>
2012-11-19 14:55:57 +01:00

9 lines
290 B
Lua

--- awesome selection (clipboard) API
-- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou
module("selection")
--- Get the selection (clipboard) content.
-- @return A string with the selection (clipboard) content.
-- @name selection
-- @class function