Fix misuse of @deprecated tag

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-03-18 10:43:55 +01:00
parent b73f9e963c
commit 3f2bcfdb97
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ end
--- Get a menubar wibox. --- Get a menubar wibox.
-- @tparam[opt] screen scr Screen. -- @tparam[opt] screen scr Screen.
-- @return menubar wibox. -- @return menubar wibox.
-- @deprecated If you know what this actually does, please tell us -- @deprecated get
function menubar.get(scr) function menubar.get(scr)
awful.util.deprecate("Use menubar.show() instead", { deprecated_in = 5 }) awful.util.deprecate("Use menubar.show() instead", { deprecated_in = 5 })
menubar.refresh(scr) menubar.refresh(scr)