drawin: Hide from ldoc

This object should not be used directly by the vast majority
of users.
This commit is contained in:
Emmanuel Lepage Vallee 2016-05-02 23:35:05 -04:00
parent 1a114e4e57
commit d50acedb35
2 changed files with 4 additions and 1 deletions

View File

@ -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/'
} }

View File

@ -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