Make screen a class in the docs.

Signed-off-by: Julian Wollrath <jwollrath@web.de>
This commit is contained in:
Julian Wollrath 2015-02-25 11:16:05 +01:00 committed by Daniel Hahler
parent a533097cfd
commit 0b65459e14
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
-- @author Julien Danjou &lt;julien@danjou.info&gt; -- @author Julien Danjou &lt;julien@danjou.info&gt;
-- @copyright 2008-2009 Julien Danjou -- @copyright 2008-2009 Julien Danjou
-- @release @AWESOME_VERSION@ -- @release @AWESOME_VERSION@
-- @module screen -- @classmod screen
--- Screen is a table where indexes are screen numbers. You can use `screen[1]` --- Screen is a table where indexes are screen numbers. You can use `screen[1]`
-- to get access to the first screen, etc. Alternatively, if RANDR information -- to get access to the first screen, etc. Alternatively, if RANDR information