mouse: Fix ldoc

This commit is contained in:
Emmanuel Lepage Vallee 2016-04-04 04:14:18 -04:00
parent 1bbdbc7053
commit fda5802498
1 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,9 @@
*/
/** awesome mouse API
*
* See also `mousegrabber`
*
* @author Julien Danjou <julien@danjou.info>
* @copyright 2008-2009 Julien Danjou
* @release @AWESOME_VERSION@
@ -35,10 +38,14 @@
/** Mouse library.
*
* @field screen Mouse screen.
* @table mouse
*/
/**
* The `screen` under the cursor
* @field screen
*/
/** A table with X and Y coordinates.
* @field x X coordinate.
* @field y Y coordinate.