mouse: Fix ldoc
This commit is contained in:
parent
1bbdbc7053
commit
fda5802498
9
mouse.c
9
mouse.c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue