drawin: Hide from ldoc
This object should not be used directly by the vast majority of users.
This commit is contained in:
parent
1a114e4e57
commit
d50acedb35
|
@ -85,6 +85,9 @@ file = {
|
||||||
-- Ignore some parts of the widget library
|
-- Ignore some parts of the widget library
|
||||||
'../lib/awful/widget/init.lua',
|
'../lib/awful/widget/init.lua',
|
||||||
|
|
||||||
|
-- Ignore the drawing window, users should only care about wiboxes
|
||||||
|
'../objects/drawin.c',
|
||||||
|
|
||||||
-- exclude layout, but we need an extra bit of documentation elsewhere.
|
-- exclude layout, but we need an extra bit of documentation elsewhere.
|
||||||
'../lib/awful/layout/suit/'
|
'../lib/awful/layout/suit/'
|
||||||
}
|
}
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
*
|
*
|
||||||
* @property workarea
|
* @property workarea
|
||||||
* @see client.struts
|
* @see client.struts
|
||||||
* @see drawin.struts
|
* @see wibox.struts
|
||||||
* @param table
|
* @param table
|
||||||
* @tfield integer table.x The horizontal position
|
* @tfield integer table.x The horizontal position
|
||||||
* @tfield integer table.y The vertical position
|
* @tfield integer table.y The vertical position
|
||||||
|
|
Loading…
Reference in New Issue